Searched refs:ll_set_opt (Results 1 – 1 of 1) sorted by relevance
/drivers/staging/lustre/lustre/llite/ |
D | llite_lib.c | 656 static inline int ll_set_opt(const char *opt, char *data, int fl) in ll_set_opt() function 677 tmp = ll_set_opt("nolock", s1, LL_SBI_NOLCK); in ll_options() 682 tmp = ll_set_opt("flock", s1, LL_SBI_FLOCK); in ll_options() 687 tmp = ll_set_opt("localflock", s1, LL_SBI_LOCALFLOCK); in ll_options() 692 tmp = ll_set_opt("noflock", s1, LL_SBI_FLOCK|LL_SBI_LOCALFLOCK); in ll_options() 697 tmp = ll_set_opt("user_xattr", s1, LL_SBI_USER_XATTR); in ll_options() 702 tmp = ll_set_opt("nouser_xattr", s1, LL_SBI_USER_XATTR); in ll_options() 707 tmp = ll_set_opt("remote_client", s1, LL_SBI_RMT_CLIENT); in ll_options() 712 tmp = ll_set_opt("user_fid2path", s1, LL_SBI_USER_FID2PATH); in ll_options() 717 tmp = ll_set_opt("nouser_fid2path", s1, LL_SBI_USER_FID2PATH); in ll_options() [all …]
|