Lines Matching refs:FLAG_ALIAS
55 #define FLAG_ALIAS 0x0002 /* Data intersects with other field */ macro
205 4, parse_uint, FLAG_ALIAS },
215 { "dir_acl", &set_inode.i_dir_acl, NULL, 4, parse_uint, FLAG_ALIAS },
217 { "frag", &set_inode.osd2.hurd2.h_i_frag, NULL, 1, parse_uint, FLAG_ALIAS },
222 4, parse_uint, FLAG_ALIAS },
226 4, parse_uint, FLAG_ALIAS },
228 4, parse_uint, FLAG_ALIAS },
230 4, parse_uint, FLAG_ALIAS },
234 4, parse_uint, FLAG_ALIAS },
281 parse_mmp_clear, FLAG_ALIAS },
321 if (ss->flags & FLAG_ALIAS || ss2->flags & FLAG_ALIAS) in do_verify_field_set_info()