Searched refs:exp_connect_flags (Results 1 – 7 of 7) sorted by relevance
224 static inline __u64 exp_connect_flags(struct obd_export *exp) in exp_connect_flags() function232 if (exp_connect_flags(exp) & OBD_CONNECT_BRW_SIZE) in exp_max_brw_size()246 return !!(exp_connect_flags(exp) & OBD_CONNECT_CANCELSET); in exp_connect_cancelset()252 return !!(exp_connect_flags(exp) & OBD_CONNECT_LRU_RESIZE); in exp_connect_lru_resize()258 return !!(exp_connect_flags(exp) & OBD_CONNECT_RMT_CLIENT); in exp_connect_rmtclient()273 return !!(exp_connect_flags(exp) & OBD_CONNECT_VBR); in exp_connect_vbr()279 return !!(exp_connect_flags(exp) & OBD_CONNECT_SOM); in exp_connect_som()284 return !!(exp_connect_flags(exp) & OBD_CONNECT_UMASK); in exp_connect_umask()298 return !!(exp_connect_flags(exp) & OBD_CONNECT_LAYOUTLOCK); in exp_connect_layout()304 if (exp_connect_flags(exp) & OBD_CONNECT_LVB_TYPE) in exp_connect_lvb_type()
860 old_connect_flags = exp_connect_flags(exp); in ptlrpc_connect_interpret()1113 if (old_connect_flags != exp_connect_flags(exp) || in ptlrpc_connect_interpret()
269 valid = exp_connect_flags(sbi->ll_md_exp) & CLIENT_CONNECT_MDT_REQD; in client_common_fill_super()270 if (exp_connect_flags(sbi->ll_md_exp) != 0 && in client_common_fill_super()
2879 if (exp_connect_flags(exp) & OBD_CONNECT_ATTRFID) { in __ll_inode_revalidate()
456 !(exp_connect_flags(exp) & OBD_CONNECT_IBITS))) in ldlm_cli_enqueue_fini()
116 new_client = (exp_connect_flags(exp) & OBD_CONNECT_FULL20) != 0; in ldlm_convert_policy_to_local()
2043 *((__u64 *)val) = exp_connect_flags(tgt->ltd_exp); in lov_get_info()