Home
last modified time | relevance | path

Searched refs:lsm_operations (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_ea.c254 const struct lsm_operations lsm_v1_ops = {
344 const struct lsm_operations lsm_v3_ops = {
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd.h1218 struct lsm_operations { struct
1232 extern const struct lsm_operations lsm_v1_ops; argument
1233 extern const struct lsm_operations lsm_v3_ops;
1234 static inline const struct lsm_operations *lsm_op_find(int magic) in lsm_op_find()