Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c477 (ip->i_flag & ISTALE)) in ufs_iget_internal()
499 if (ip->i_flag & ISTALE) { in ufs_iget_internal()
542 ((sp->i_flag & ISTALE) == 0)) { in ufs_iget_internal()
569 ip->i_flag |= ISTALE; /* in case someone is looking it up */ in ufs_iget_internal()
608 ip->i_flag |= ISTALE; in ufs_iget_internal()
638 ip->i_flag |= ISTALE; in ufs_iget_internal()
730 if ((ip->i_flag & ISTALE) == 0 && ip->i_fs->fs_ronly == 0 && in ufs_iinactive()
863 if (flag & ISTALE) in ufs_iupdat()
1719 if ((ip->i_flag & ISTALE) == 0) { in ufs_scan_inodes()
H A Dufs_thread.c664 if ((ip->i_flag & ISTALE) == 0) { in ufs_idle_free()
699 ((ip->i_flag & ISTALE) == 0))) { in ufs_idle_free()
730 if ((ip->i_flag & ISTALE) == 0 && ip->i_dquot) { in ufs_idle_free()
734 if ((ip->i_flag & ISTALE) && in ufs_idle_free()
H A Dufs_vfsops.c1322 rip->i_flag |= ISTALE; in mountfs()
H A Dufs_acl.c601 sip->i_flag |= ISTALE; in ufs_si_load()
H A Dufs_alloc.c380 ip->i_flag |= ISTALE; in ufs_ialloc()
/titanic_50/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs.c231 { "STALE", ISTALE, ISTALE }, in inode()
/titanic_50/usr/src/uts/common/sys/fs/
H A Dufs_inode.h363 #define ISTALE 0x1000 /* inode couldn't be read from disk */ macro