Searched refs:lastbn (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c1036 * in LIFO order up to (but not including) lastbn. If
1044 indirtrunc(struct inode *ip, daddr_t bn, daddr_t lastbn, int level, int flags) argument
1064 last = lastbn;
1065 if (lastbn > 0)
1136 if (level > SINGLE && lastbn >= 0) {
1137 last = lastbn % factor;

Completed in 45 milliseconds