Searched refs:LL_SBI_LOCALFLOCK (Results 1 – 2 of 2) sorted by relevance
220 else if (sbi->ll_flags & LL_SBI_LOCALFLOCK) in client_common_fill_super()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()2191 if (sbi->ll_flags & LL_SBI_LOCALFLOCK) in ll_show_options()
401 #define LL_SBI_LOCALFLOCK 0x200 /* Local flocks support by kernel */ macro