Searched refs:FA_FLAGS (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/usr.bin/csup/
H A Dfattr_bsd.h32 * This is similar to fattr_posix.h, except that we support the FA_FLAGS
33 * attribute when it makes sense. The FA_FLAGS attribute is for the
41 FA_FLAGS | FA_LINKCOUNT | FA_INODE | FA_DEV,
43 FA_FILETYPE | FA_OWNER | FA_GROUP | FA_MODE | FA_FLAGS,
45 FA_FILETYPE | FA_RDEV | FA_OWNER | FA_GROUP | FA_MODE | FA_FLAGS |
48 FA_FILETYPE | FA_RDEV | FA_OWNER | FA_GROUP | FA_MODE | FA_FLAGS |
H A Dfattr.h59 #define FA_FLAGS 0x0100 /* 4.4BSD flags, a la chflags(2). */ macro
69 #define FA_CHANGEABLE (FA_MODTIME | FA_OWNER | FA_GROUP | FA_MODE | FA_FLAGS)
H A Dfattr.c208 if (fa->mask & FA_FLAGS)
311 if (fa->mask & FA_FLAGS)
312 next = fattr_scanattr(fa, FA_FLAGS, next);
437 if (mask & FA_FLAGS) {
634 case FA_FLAGS:
725 if (mask & FA_FLAGS)
782 if (fa->mask & FA_FLAGS && fa->flags != 0) {
837 if ((old->mask & FA_FLAGS) && old->flags > 0) {
910 if (mask & FA_FLAGS)
959 if (mask & FA_FLAGS)
[all...]
H A Dupdater.c723 fattr_maskout(sr->sr_clientattr, FA_FLAGS);
746 fattr_maskout(sr->sr_clientattr, FA_FLAGS);
1064 fattr_maskout(fa, FA_FLAGS);
1338 fattr_maskout(sr->sr_clientattr, FA_FLAGS);
H A Dproto.c482 coll->co_attrignore |= FA_FLAGS;

Completed in 117 milliseconds