Home
last modified time | relevance | path

Searched defs:mkdir (Results 1 – 12 of 12) sorted by relevance

/linux/Documentation/sphinx/
H A Dkfigure.py83 def mkdir(folder, mode=0o775): function
/linux/fs/orangefs/
H A Ddowncall.h113 struct orangefs_mkdir_response mkdir; member
H A Dupcall.h238 struct orangefs_mkdir_request_s mkdir; member
/linux/fs/tracefs/
H A Dinode.c96 int (*mkdir)(const char *name); member
/linux/include/linux/
H A Dkernfs.h240 int (*mkdir)(struct kernfs_node *parent, const char *name, member
H A Dfs.h2098 int (*mkdir) (struct mnt_idmap *, struct inode *,struct dentry *, member
H A Dnfs_xdr.h1809 int (*mkdir) (struct inode *, struct dentry *, struct iattr *); member
/linux/fs/nfs/
H A Dnfs3proc.c289 struct nfs3_mkdirargs mkdir; member
/linux/tools/include/nolibc/
H A Dsys.h627 int mkdir(const char *path, mode_t mode) in mkdir() function
/linux/include/linux/ceph/
H A Dceph_fs.h439 } __attribute__ ((packed)) mkdir; member
/linux/fs/
H A Dnamei.c4251 SYSCALL_DEFINE2(mkdir, const char __user *, pathname, umode_t, mode) in SYSCALL_DEFINE2() argument
/linux/fs/smb/client/
H A Dcifsglob.h404 int (*mkdir)(const unsigned int xid, struct inode *inode, umode_t mode, member