Searched refs:F_FLAGS (Results 1 – 9 of 9) sorted by relevance
38 F_TIME | F_TYPE | F_UID | F_FLAGS)70 #define F_FLAGS 0x00000008 /* file flags */ macro
100 if (f & F_FLAGS) in shownode()184 if (FF(n1, n2, F_FLAGS, st_flags)) in compare_nodes()185 differs |= F_FLAGS; in compare_nodes()
296 (p->flags & F_FLAGS) ? "and file flags " : ""); in miss()305 if ((p->flags & F_FLAGS) && p->st_flags) { in miss()
305 if (keys & F_FLAGS && p->fts_statp->st_flags != flags) { in statf()401 ((keys & F_FLAGS) && (*pflags != saveflags)) || in statd()426 if (keys & F_FLAGS) { in statd()
190 if (s->flags & F_FLAGS) in compare()195 if (s->flags & F_FLAGS) in compare()376 if ((s->flags & F_FLAGS) && ((s->st_flags != p->fts_statp->st_flags) in compare()
67 {"flags", F_FLAGS, NEEDVALUE},
399 if (MATCHFLAG(F_FLAGS)) { in dump_nodes()572 case F_FLAGS: in set()
48 (F_FLAGS | F_GID | F_GNAME | F_MODE | F_TYPE | F_UID | F_UNAME)176 #define F_FLAGS 0x00000008 /* file flags */ macro213 #define DEFAULT_KEYS (F_DEV | F_FLAGS | F_GID | F_GNAME | F_SLINK | F_MODE\477 effkeys &= ~F_FLAGS; in write_global()478 else if ((oldkeys & F_FLAGS) != 0) { in write_global()484 effkeys &= ~F_FLAGS; in write_global()494 keys &= ~F_FLAGS; in write_global()540 if ((keys & effkeys & F_FLAGS) != 0) { in write_global()551 keys &= ~F_FLAGS; in write_global()552 if ((oldkeys & F_FLAGS) != 0) in write_global()[all …]
542 if (specnode->flags & F_FLAGS) { in apply_specentry()