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