Lines Matching refs:struct
4 dnl # iops->permission() now takes struct mnt_idmap*
11 static int test_permission(struct mnt_idmap *idmap,
12 struct inode *inode, int mask) { return 0; }
14 static const struct inode_operations
21 dnl # 5.12 API change that added the struct user_namespace* arg
28 static int test_permission(struct user_namespace *userns,
29 struct inode *inode, int mask) { return 0; }
31 static const struct inode_operations
39 AC_MSG_CHECKING([whether iops->permission() takes struct mnt_idmap*])
43 [iops->permission() takes struct mnt_idmap*])
47 AC_MSG_CHECKING([whether iops->permission() takes struct user_namespace*])
51 [iops->permission() takes struct user_namespace*])