Searched refs:exp_connect_flags (Results 1 – 10 of 10) sorted by relevance
278 static inline __u64 exp_connect_flags(struct obd_export *exp) in exp_connect_flags() function286 if (exp_connect_flags(exp) & OBD_CONNECT_BRW_SIZE) in exp_max_brw_size()307 return !!(exp_connect_flags(exp) & OBD_CONNECT_CANCELSET); in exp_connect_cancelset()313 return !!(exp_connect_flags(exp) & OBD_CONNECT_LRU_RESIZE); in exp_connect_lru_resize()319 return !!(exp_connect_flags(exp) & OBD_CONNECT_RMT_CLIENT); in exp_connect_rmtclient()334 return !!(exp_connect_flags(exp) & OBD_CONNECT_VBR); in exp_connect_vbr()340 return !!(exp_connect_flags(exp) & OBD_CONNECT_SOM); in exp_connect_som()345 return !!(exp_connect_flags(exp) & OBD_CONNECT_UMASK); in exp_connect_umask()359 return !!(exp_connect_flags(exp) & OBD_CONNECT_LAYOUTLOCK); in exp_connect_layout()365 if (exp_connect_flags(exp) & OBD_CONNECT_LVB_TYPE) in exp_connect_lvb_type()
869 old_connect_flags = exp_connect_flags(exp); in ptlrpc_connect_interpret()1123 if (old_connect_flags != exp_connect_flags(exp) || in ptlrpc_connect_interpret()
212 if ((exp_connect_flags(lock->l_export) & in ldlm_flock_cancel_on_deadlock()
629 !(exp_connect_flags(exp) & OBD_CONNECT_IBITS))) in ldlm_cli_enqueue_fini()
117 new_client = (exp_connect_flags(exp) & OBD_CONNECT_FULL20) != 0; in ldlm_convert_policy_to_local()
289 valid = exp_connect_flags(sbi->ll_md_exp) & CLIENT_CONNECT_MDT_REQD; in client_common_fill_super()290 if (exp_connect_flags(sbi->ll_md_exp) != 0 && in client_common_fill_super()
1453 if (!(exp_connect_flags(sbi->ll_md_exp) & OBD_CONNECT_LVB_TYPE)) in ll_dir_ioctl()
2914 if (exp_connect_flags(exp) & OBD_CONNECT_ATTRFID) { in __ll_inode_revalidate()
1149 (exp_connect_flags(exp) & OBD_CONNECT_LIGHTWEIGHT) == 0) in class_export_recovery_cleanup()
2061 *((__u64 *)val) = exp_connect_flags(tgt->ltd_exp); in lov_get_info()