Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dnamei.c233 MDS_INODELOCK_LAYOUT | MDS_INODELOCK_PERM)) in ll_md_blocking_ast()
236 if (bits & MDS_INODELOCK_LAYOUT) { in ll_md_blocking_ast()
Dfile.c3503 mode = ll_take_md_lock(inode, MDS_INODELOCK_LAYOUT, &lockh, 0, in ll_layout_refresh()
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_locks.c755 .l_inodebits = { MDS_INODELOCK_LAYOUT } in mdc_enqueue()
1071 policy.l_inodebits.bits = MDS_INODELOCK_LAYOUT; in mdc_revalidate_lock()
Dmdc_request.c1696 LCK_CR, MDS_INODELOCK_LAYOUT); in mdc_ioc_swap_layouts()
1698 LCK_CR, MDS_INODELOCK_LAYOUT); in mdc_ioc_swap_layouts()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_dlm.h889 lock->l_policy_data.l_inodebits.bits & MDS_INODELOCK_LAYOUT; in ldlm_has_layout()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2103 #define MDS_INODELOCK_LAYOUT 0x000008 /* for layout */ macro
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2037 LASSERTF(MDS_INODELOCK_LAYOUT == 0x000008, "found 0x%.8x\n", in lustre_assert_wire_constants()
2038 MDS_INODELOCK_LAYOUT); in lustre_assert_wire_constants()