Home
last modified time | relevance | path

Searched refs:IT_GETXATTR (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_locks.c389 lit->opc = IT_GETXATTR; in mdc_intent_getxattr_pack()
814 else if (it->it_op & (IT_GETXATTR | IT_SETXATTR)) in mdc_enqueue()
849 } else if (it->it_op & IT_GETXATTR) { in mdc_enqueue()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dxattr_cache.c494 struct lookup_intent oit = { .it_op = IT_GETXATTR }; in ll_xattr_cache_get()
Dnamei.c500 if (it == NULL || it->it_op == IT_GETXATTR) in ll_lookup_it()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h1004 #define IT_GETXATTR (1 << 7) macro
1020 else if (it->it_op & IT_GETXATTR) in it_to_lock_mode()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lock.c143 case IT_GETXATTR: in ldlm_it2str()