Lines Matching refs:LSM
157 #define ATTR(LSM, NAME, MODE) \ argument
160 { .lsm = LSM })
2963 #define LSM_DIR_OPS(LSM) \ argument
2964 static int proc_##LSM##_attr_dir_iterate(struct file *filp, \
2968 LSM##_attr_dir_stuff, \
2969 ARRAY_SIZE(LSM##_attr_dir_stuff)); \
2972 static const struct file_operations proc_##LSM##_attr_dir_ops = { \
2974 .iterate = proc_##LSM##_attr_dir_iterate, \
2978 static struct dentry *proc_##LSM##_attr_dir_lookup(struct inode *dir, \
2982 LSM##_attr_dir_stuff, \
2983 LSM##_attr_dir_stuff + ARRAY_SIZE(LSM##_attr_dir_stuff)); \
2986 static const struct inode_operations proc_##LSM##_attr_dir_inode_ops = { \
2987 .lookup = proc_##LSM##_attr_dir_lookup, \