Home
last modified time | relevance | path

Searched refs:exp_connect_flags (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_export.h224 static inline __u64 exp_connect_flags(struct obd_export *exp) in exp_connect_flags() function
232 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()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c860 old_connect_flags = exp_connect_flags(exp); in ptlrpc_connect_interpret()
1113 if (old_connect_flags != exp_connect_flags(exp) || in ptlrpc_connect_interpret()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_lib.c269 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()
Dfile.c2879 if (exp_connect_flags(exp) & OBD_CONNECT_ATTRFID) { in __ll_inode_revalidate()
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_request.c456 !(exp_connect_flags(exp) & OBD_CONNECT_IBITS))) in ldlm_cli_enqueue_fini()
Dldlm_lock.c116 new_client = (exp_connect_flags(exp) & OBD_CONNECT_FULL20) != 0; in ldlm_convert_policy_to_local()
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_obd.c2043 *((__u64 *)val) = exp_connect_flags(tgt->ltd_exp); in lov_get_info()