Home
last modified time | relevance | path

Searched refs:exp_connect_flags_ptr (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/lustre/lustre/include/
Dlustre_export.h219 static inline __u64 *exp_connect_flags_ptr(struct obd_export *exp) in exp_connect_flags_ptr() function
226 return *exp_connect_flags_ptr(exp); in exp_connect_flags()
/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1856 if (copy_to_user(uarg, exp_connect_flags_ptr(exp), in mdc_iocontrol()
1857 sizeof(*exp_connect_flags_ptr(exp)))) { in mdc_iocontrol()