Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_export.h278 static inline __u64 exp_connect_flags(struct obd_export *exp) in exp_connect_flags() function
286 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()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c869 old_connect_flags = exp_connect_flags(exp); in ptlrpc_connect_interpret()
1123 if (old_connect_flags != exp_connect_flags(exp) || in ptlrpc_connect_interpret()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_flock.c212 if ((exp_connect_flags(lock->l_export) & in ldlm_flock_cancel_on_deadlock()
Dldlm_request.c629 !(exp_connect_flags(exp) & OBD_CONNECT_IBITS))) in ldlm_cli_enqueue_fini()
Dldlm_lock.c117 new_client = (exp_connect_flags(exp) & OBD_CONNECT_FULL20) != 0; in ldlm_convert_policy_to_local()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_lib.c289 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()
Ddir.c1453 if (!(exp_connect_flags(sbi->ll_md_exp) & OBD_CONNECT_LVB_TYPE)) in ll_dir_ioctl()
Dfile.c2914 if (exp_connect_flags(exp) & OBD_CONNECT_ATTRFID) { in __ll_inode_revalidate()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c1149 (exp_connect_flags(exp) & OBD_CONNECT_LIGHTWEIGHT) == 0) in class_export_recovery_cleanup()
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_obd.c2061 *((__u64 *)val) = exp_connect_flags(tgt->ltd_exp); in lov_get_info()