Lines Matching refs:struct
10 static int rename_fn(struct inode *sip, struct dentry *sdp,
11 struct inode *tip, struct dentry *tdp,
14 static const struct inode_operations
23 dnl # Linux 5.12 introduced passing struct user_namespace* as the first
28 static int rename_fn(struct user_namespace *user_ns, struct inode *sip,
29 struct dentry *sdp, struct inode *tip, struct dentry *tdp,
32 static const struct inode_operations
39 dnl # 6.3 API change - the first arg is now struct mnt_idmap*
43 static int rename_fn(struct mnt_idmap *idmap, struct inode *sip,
44 struct dentry *sdp, struct inode *tip, struct dentry *tdp,
47 static const struct inode_operations
55 AC_MSG_CHECKING([whether iops->rename() takes struct mnt_idmap*])
59 [iops->rename() takes struct mnt_idmap*])
63 AC_MSG_CHECKING([whether iops->rename() takes struct user_namespace*])
67 [iops->rename() takes struct user_namespace*])