Home
last modified time | relevance | path

Searched refs:isattr (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3.c330 int isattr; in pass3acheck() local
358 isattr = (dp->di_cflags & IXATTR); in pass3acheck()
373 if ((dirtype == IFDIR) && isattr) { in pass3acheck()
H A Dpass2.c408 int isattr; in pass2check() local
891 isattr = (dp->di_cflags & IXATTR); in pass2check()
979 if ((pdirtype == IFDIR) && isattr) { in pass2check()
1014 (isattr == 0)) { in pass2check()