Searched refs:FLAG_ALIAS (Results 1 – 1 of 1) sorted by relevance
/third_party/e2fsprogs/debugfs/ |
D | set_fields.c | 55 #define FLAG_ALIAS 0x0002 /* Data intersects with other field */ macro 212 4, parse_uint, FLAG_ALIAS }, 223 { "frag", &set_inode.osd2.hurd2.h_i_frag, NULL, 1, parse_uint, FLAG_ALIAS }, 228 4, parse_uint, FLAG_ALIAS }, 232 4, parse_uint, FLAG_ALIAS }, 234 4, parse_uint, FLAG_ALIAS }, 236 4, parse_uint, FLAG_ALIAS }, 240 4, parse_uint, FLAG_ALIAS }, 287 parse_mmp_clear, FLAG_ALIAS }, 329 if (ss->flags & FLAG_ALIAS || ss2->flags & FLAG_ALIAS) in do_verify_field_set_info()
|