Searched refs:lbn (Results 1 – 2 of 2) sorted by relevance
2774 daddr64_t lbn, bn; in sys_fcntl_nocancel() local3716 error = VNOP_OFFTOBLK(vp, file_offset, &lbn); in sys_fcntl_nocancel()3721 error = VNOP_BLKTOOFF(vp, lbn, &offset); in sys_fcntl_nocancel()
148 #define BUFHASH(dvp, lbn) \ argument149 (&bufhashtbl[((long)(dvp) / sizeof(*(dvp)) + (int)(lbn)) & bufhash])