HomeSort by: relevance | last modified time | path
    Searched defs:i_ump (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/lfs/
lfs_inode.h 108 struct ulfsmount *i_ump; /* Mount point associated with this inode. */ member in struct:inode
  /src/sys/ufs/ufs/
inode.h 100 struct ufsmount *i_ump; /* Mount point associated with this inode. */ member in struct:inode
246 ((ip)->i_ump->um_fstype == UFS2 && (ip)->i_ffs2_extsize > 0)
253 (((ip)->i_ump->um_fstype == UFS1) ? \
258 if ((ip)->i_ump->um_fstype == UFS1) \
266 if ((ip)->i_ump->um_fstype == UFS1) \
273 (((ip)->i_ump->um_fstype == UFS1) ? \

Completed in 14 milliseconds