Home
last modified time | relevance | path

Searched refs:IS_NAME_BIT_SET (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_rrip.c220 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 Dhsfs_susp_subr.c188 if (IS_NAME_BIT_SET(sig_args.name_flags, RRIP_NAME_CHANGE)) in parse_sua()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_rrip.h232 #define IS_NAME_BIT_SET(x, y) ((x) & (y)) macro
234 (IS_NAME_BIT_SET(flag, RRIP_NAME_CHANGE) ? 1 : 0)