Home
last modified time | relevance | path

Searched refs:MDS_INODELOCK_LOOKUP (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_reint.c118 bits |= MDS_INODELOCK_LOOKUP; in mdc_setattr()
423 MDS_INODELOCK_LOOKUP); in mdc_rename()
Dmdc_locks.c749 .l_inodebits = { MDS_INODELOCK_LOOKUP } in mdc_enqueue()
1067 MDS_INODELOCK_LOOKUP | in mdc_revalidate_lock()
1074 policy.l_inodebits.bits = MDS_INODELOCK_LOOKUP; in mdc_revalidate_lock()
1240 .l_inodebits = { MDS_INODELOCK_LOOKUP | in mdc_intent_getattr_async()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dnamei.c232 if (bits & (MDS_INODELOCK_LOOKUP | MDS_INODELOCK_UPDATE | in ll_md_blocking_ast()
264 if ((bits & (MDS_INODELOCK_LOOKUP | MDS_INODELOCK_PERM)) && in ll_md_blocking_ast()
456 if (bits & MDS_INODELOCK_LOOKUP) in ll_lookup_it_finish()
Dfile.c2883 if (ibits == MDS_INODELOCK_LOOKUP) in __ll_inode_revalidate()
2990 MDS_INODELOCK_LOOKUP); in ll_getattr()
3080 MDS_INODELOCK_LOOKUP); in ll_inode_permission()
Dstatahead.c1613 if ((bits & MDS_INODELOCK_LOOKUP) && in do_statahead_enter()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2098 #define MDS_INODELOCK_LOOKUP 0x000001 /* For namespace, dentry etc, and also macro
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c1969 LCK_EX, MDS_INODELOCK_LOOKUP, in lmv_rename()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2031 LASSERTF(MDS_INODELOCK_LOOKUP == 0x000001, "found 0x%.8x\n", in lustre_assert_wire_constants()
2032 MDS_INODELOCK_LOOKUP); in lustre_assert_wire_constants()