Searched defs:isattr (Results 1 - 2 of 2) sorted by relevance

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

Completed in 55 milliseconds