HomeSort by: relevance | last modified time | path
    Searched refs:i_lfs_lbtree (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/ufs/lfs/
lfs_balloc.c 645 if (SPLAY_INSERT(lfs_splay, &ip->i_lfs_lbtree, lbp) != NULL) {
668 SPLAY_REMOVE(lfs_splay, &ip->i_lfs_lbtree, lbp);
700 if ((lbp = SPLAY_FIND(lfs_splay, &ip->i_lfs_lbtree, &tmp)) != NULL)
715 hd = &ip->i_lfs_lbtree;
lfs_inode.h 207 #define i_lfs_lbtree inode_ext.lfs->lfs_lbtree macro
lfs_vfsops.c 1689 SPLAY_INIT(&ip->i_lfs_lbtree);

Completed in 15 milliseconds