Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_reint.c118 bits |= MDS_INODELOCK_LOOKUP; in mdc_setattr()
441 MDS_INODELOCK_LOOKUP); in mdc_rename()
Dmdc_locks.c782 .l_inodebits = { MDS_INODELOCK_LOOKUP } in mdc_enqueue()
1100 MDS_INODELOCK_LOOKUP | in mdc_revalidate_lock()
1107 policy.l_inodebits.bits = MDS_INODELOCK_LOOKUP; in mdc_revalidate_lock()
1273 .l_inodebits = { MDS_INODELOCK_LOOKUP | in mdc_intent_getattr_async()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dnamei.c234 if (bits & (MDS_INODELOCK_LOOKUP | MDS_INODELOCK_UPDATE | in ll_md_blocking_ast()
266 if ((bits & (MDS_INODELOCK_LOOKUP | MDS_INODELOCK_PERM)) && in ll_md_blocking_ast()
457 if (bits & MDS_INODELOCK_LOOKUP) in ll_lookup_it_finish()
Dllite_capa.c209 ibits = MDS_INODELOCK_LOOKUP; in capa_thread_main()
Dfile.c2918 if (ibits == MDS_INODELOCK_LOOKUP) in __ll_inode_revalidate()
3028 MDS_INODELOCK_LOOKUP); in ll_getattr()
3119 MDS_INODELOCK_LOOKUP); in ll_inode_permission()
Dstatahead.c1633 if ((bits & MDS_INODELOCK_LOOKUP) && in do_statahead_enter()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2091 #define MDS_INODELOCK_LOOKUP 0x000001 /* For namespace, dentry etc, and also macro
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2033 LASSERTF(MDS_INODELOCK_LOOKUP == 0x000001, "found 0x%.8x\n", in lustre_assert_wire_constants()
2034 MDS_INODELOCK_LOOKUP); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c2010 LCK_EX, MDS_INODELOCK_LOOKUP, in lmv_rename()