Lines Matching refs:struct
4 dnl # The first arg is changed to struct mnt_idmap *
10 static int inode_create(struct mnt_idmap *idmap,
11 struct inode *inode ,struct dentry *dentry,
14 static const struct inode_operations
21 dnl # 5.12 API change that added the struct user_namespace* arg
28 static int inode_create(struct user_namespace *userns,
29 struct inode *inode ,struct dentry *dentry,
32 static const struct inode_operations
45 static int inode_create(struct inode *inode ,struct dentry *dentry,
48 static const struct inode_operations
56 AC_MSG_CHECKING([whether iops->create() takes struct mnt_idmap*])
60 [iops->create() takes struct mnt_idmap*])
64 AC_MSG_CHECKING([whether iops->create() takes struct user_namespace*])
68 [iops->create() takes struct user_namespace*])