Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_ea.c256 const struct lsm_operations lsm_v1_ops = {
346 const struct lsm_operations lsm_v3_ops = {
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h1367 struct lsm_operations { struct
1381 extern const struct lsm_operations lsm_v1_ops; argument
1382 extern const struct lsm_operations lsm_v3_ops;
1383 static inline const struct lsm_operations *lsm_op_find(int magic) in lsm_op_find()