Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_lib.c218 if (sbi->ll_flags & LL_SBI_FLOCK) in client_common_fill_super()
682 tmp = ll_set_opt("flock", s1, LL_SBI_FLOCK); in ll_options()
692 tmp = ll_set_opt("noflock", s1, LL_SBI_FLOCK|LL_SBI_LOCALFLOCK); in ll_options()
2188 if (sbi->ll_flags & LL_SBI_FLOCK) in ll_show_options()
Dllite_internal.h395 #define LL_SBI_FLOCK 0x04 macro