Searched defs:rmdir (Results 1 – 11 of 11) sorted by relevance
/kernel/uniproton/src/fs/vfs/ |
D | vfs_files.h | 50 S32 (*rmdir)(struct TagMountPoint *, const char *); member
|
/kernel/liteos_m/components/fs/vfs/ |
D | vfs_files.h | 71 int (*rmdir)(struct MountPoint *, const char *); member
|
D | vfs_fs.c | 1044 int rmdir(const char *path) in rmdir() function
|
/kernel/liteos_a/fs/proc/include/ |
D | proc_fs.h | 98 int (*rmdir)(struct ProcDirEntry *parent, struct ProcDirEntry *pde, const char *name); member
|
/kernel/uniproton/src/fs/ |
D | fs.c | 116 int rmdir(const char *path) in rmdir() function
|
/kernel/linux/linux-5.10/fs/tracefs/ |
D | inode.c | 52 int (*rmdir)(const char *name); member
|
/kernel/linux/linux-5.10/include/linux/ |
D | kernfs.h | 173 int (*rmdir)(struct kernfs_node *kn); member
|
D | fs.h | 1894 int (*rmdir) (struct inode *,struct dentry *); member
|
D | nfs_xdr.h | 1751 int (*rmdir) (struct inode *, const struct qstr *); member
|
/kernel/linux/linux-5.10/fs/ |
D | namei.c | 3856 SYSCALL_DEFINE1(rmdir, const char __user *, pathname) in SYSCALL_DEFINE1() argument
|
/kernel/linux/linux-5.10/fs/cifs/ |
D | cifsglob.h | 340 int (*rmdir)(const unsigned int, struct cifs_tcon *, const char *, member
|