Searched refs:F_DEV (Results 1 – 7 of 7) sorted by relevance
68 #define F_DEV 0x00000002 /* device type */ macro
66 {"device", F_DEV, NEEDVALUE},
232 if (!(p->flags & F_DEV)) in miss()
361 if (MATCHFLAG(F_DEV) && in dump_nodes()567 case F_DEV: in set()
198 if (s->flags & F_DEV && in compare()
224 if (keys & F_DEV && in statf()
173 #define F_DEV 0x00000002 /* device type */212 #define DEFAULT_KEYS (F_DEV | F_FLAGS | F_GID | F_GNAME | F_SLINK | F_MODE\1003 if ((keys & F_DEV) != 0) { in write_mtree_entry() 1013 if ((keys & F_DEV) != 0) { in write_mtree_entry() 1280 keybit = F_DEV; in archive_write_mtree_options() 174 #define F_DEV global() macro