Home
last modified time | relevance | path

Searched refs:MDS_INODELOCK_LAYOUT (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dnamei.c235 MDS_INODELOCK_LAYOUT | MDS_INODELOCK_PERM)) in ll_md_blocking_ast()
238 if (bits & MDS_INODELOCK_LAYOUT) { in ll_md_blocking_ast()
Dfile.c3548 mode = ll_take_md_lock(inode, MDS_INODELOCK_LAYOUT, &lockh, 0, in ll_layout_refresh()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_locks.c788 .l_inodebits = { MDS_INODELOCK_LAYOUT } in mdc_enqueue()
1104 policy.l_inodebits.bits = MDS_INODELOCK_LAYOUT; in mdc_revalidate_lock()
Dmdc_request.c1792 LCK_CR, MDS_INODELOCK_LAYOUT); in mdc_ioc_swap_layouts()
1794 LCK_CR, MDS_INODELOCK_LAYOUT); in mdc_ioc_swap_layouts()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_dlm.h962 lock->l_policy_data.l_inodebits.bits & MDS_INODELOCK_LAYOUT; in ldlm_has_layout()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2096 #define MDS_INODELOCK_LAYOUT 0x000008 /* for layout */ macro
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2039 LASSERTF(MDS_INODELOCK_LAYOUT == 0x000008, "found 0x%.8x\n", in lustre_assert_wire_constants()
2040 MDS_INODELOCK_LAYOUT); in lustre_assert_wire_constants()