Home
last modified time | relevance | path

Searched refs:i_smode (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dufsops.c206 if ((filep->fi_inode->i_smode & IFMT) == IFLNK) { in find()
336 if ((ip->i_smode & IFMT) != IFDIR) in dlook()
767 switch (ip->i_smode & IFMT) { in boot_ufs_fstat()
872 while ((fp->fi_inode->i_smode & IFMT) == IFLNK) { in boot_ufs_getdents()
900 if ((fp->fi_inode->i_smode & IFMT) == IFDIR) { in boot_ufs_getdents()
/illumos-gate/usr/src/common/fs/
H A Dhsfs.c185 ip->i_smode = hsdep.hs_dir.mode; in opendir()
245 if ((ip->i_smode & IFMT) != IFDIR) { in dlook()
273 ip->i_smode = hsdep->hs_dir.mode; in dlook()
605 switch (ip->i_smode & IFMT) { in bhsfs_fstat()
H A Dufsops.c186 if ((filep->fi_inode->i_smode & IFMT) == IFLNK) { in find()
298 if ((ip->i_smode & IFMT) != IFDIR) { in dlook()
716 switch (ip->i_smode & IFMT) { in bufs_fstat()
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c233 if ((ip->i_smode & IFMT) != IFDIR) { in dlook()
629 switch (ip->i_smode & IFMT) { in boot_hsfs_fstat()
966 ip->i_smode = hsdep->hs_dir.mode; in hs_seti()
1008 ((dir.fi->fi_inode->i_smode & IFMT) != IFDIR)) { in boot_hsfs_getdents()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h288 #define i_smode i_ic.ic_smode macro
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c136 ip->i_mode = (ip->i_smode & ~0777) | in ufs_si_store()
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c2817 node.i_smode = IFDIR | 0700; in fsinit()