Lines Matching full:mkdir
2 dnl # Supported mkdir() interfaces checked newest to oldest.
7 dnl # mkdir() returns struct dentry *
12 static struct dentry *mkdir(struct mnt_idmap *idmap,
17 .mkdir = mkdir,
23 dnl # mkdir() takes struct mnt_idmap * as the first arg
28 static int mkdir(struct mnt_idmap *idmap,
33 .mkdir = mkdir,
40 dnl # mkdir()
45 static int mkdir(struct user_namespace *userns,
51 .mkdir = mkdir,
57 dnl # The VFS .create, .mkdir and .mknod callbacks were updated to take a
66 static int mkdir(struct inode *inode, struct dentry *dentry,
71 .mkdir = mkdir,
79 dnl # mkdir() returns struct dentry *
81 AC_MSG_CHECKING([whether iops->mkdir() returns struct dentry*])
85 [iops->mkdir() returns struct dentry*])
89 dnl # mkdir() takes struct mnt_idmap * as the first arg
91 AC_MSG_CHECKING([whether iops->mkdir() takes struct mnt_idmap*])
95 [iops->mkdir() takes struct mnt_idmap*])
102 dnl # mkdir() of the iops structure.
104 AC_MSG_CHECKING([whether iops->mkdir() takes struct user_namespace*])
108 [iops->mkdir() takes struct user_namespace*])