Home
last modified time | relevance | path

Searched refs:LL_SBI_USER_FID2PATH (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_lib.c712 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()
2200 if (sbi->ll_flags & LL_SBI_USER_FID2PATH) in ll_show_options()
Dllite_internal.h410 #define LL_SBI_USER_FID2PATH 0x40000 /* allow fid2path by unprivileged users */ macro
Dfile.c1743 !(ll_i2sbi(inode)->ll_flags & LL_SBI_USER_FID2PATH)) in ll_fid2path()