Searched refs:IS_NAME_BIT_SET (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_rrip.c | 220 if (IS_NAME_BIT_SET(rrip_flags, RRIP_NAME_ROOT)) in name_parse() 223 if (IS_NAME_BIT_SET(rrip_flags, RRIP_NAME_CURRENT)) { in name_parse() 228 if (IS_NAME_BIT_SET(rrip_flags, RRIP_NAME_PARENT)) { in name_parse() 239 if (IS_NAME_BIT_SET(rrip_flags, RRIP_NAME_VOLROOT) || in name_parse() 240 IS_NAME_BIT_SET(rrip_flags, RRIP_NAME_HOST)) { in name_parse() 275 if (IS_NAME_BIT_SET(rrip_flags, RRIP_NAME_CONTINUE)) in name_parse() 352 if (IS_NAME_BIT_SET(sig_args_p->name_flags, RRIP_SYM_LINK_COMPLETE)) in rrip_sym_link() 383 if (IS_NAME_BIT_SET(RRIP_COMP_FLAGS(comp_ptr), in rrip_sym_link() 400 if (!IS_NAME_BIT_SET(RRIP_SL_FLAGS(sl_ptr), RRIP_NAME_CONTINUE) && in rrip_sym_link() 420 if (!IS_NAME_BIT_SET(RRIP_SL_FLAGS(sl_ptr), RRIP_NAME_CONTINUE)) { in rrip_sym_link() [all …]
|
H A D | hsfs_susp_subr.c | 190 if (IS_NAME_BIT_SET(sig_args.name_flags, RRIP_NAME_CHANGE)) in parse_sua()
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | hsfs_rrip.h | 234 #define IS_NAME_BIT_SET(x, y) ((x) & (y)) macro 236 (IS_NAME_BIT_SET(flag, RRIP_NAME_CHANGE) ? 1 : 0)
|