Searched refs:rmdir (Results 101 - 111 of 111) sorted by relevance

12345

/linux-master/security/apparmor/
H A Dapparmorfs.c1860 /* rmdir calls the generic securityfs functions to remove files
1891 .rmdir = ns_rmdir_op,
/linux-master/fs/afs/
H A Ddir.c69 .rmdir = afs_rmdir,
/linux-master/include/linux/
H A Dfs.h2074 int (*rmdir) (struct inode *,struct dentry *); member in struct:inode_operations
/linux-master/fs/fuse/
H A Ddir.c153 * timeout is unknown (unlink, rmdir, rename and in some cases
2133 .rmdir = fuse_rmdir,
/linux-master/fs/bcachefs/
H A Dfs.c1147 .rmdir = bch2_unlink,
/linux-master/kernel/cgroup/
H A Dcgroup.c5902 * drained; otherwise, "rmdir parent/child parent" may fail.
5965 TRACE_CGROUP_PATH(rmdir, cgrp);
5974 .rmdir = cgroup_rmdir,
6994 * cgroup and the cgroup might have already been rmdir'd.
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c3891 .rmdir = rdtgroup_rmdir,
/linux-master/fs/ext4/
H A Dnamei.c3062 * routine to check that the specified directory is empty (for rmdir)
3853 * We might rmdir the source, keep it as pwd of some process
4088 * We might rmdir the source, keep it as pwd of some process
4227 .rmdir = ext4_rmdir,
/linux-master/mm/
H A Dshmem.c4564 .rmdir = shmem_rmdir,
/linux-master/fs/nfs/
H A Dnfs4proc.c10677 .rmdir = nfs_rmdir,
10719 .rmdir = nfs4_proc_rmdir,
/linux-master/fs/btrfs/
H A Dinode.c4207 * helper to start transaction for unlink and rmdir.
4209 * unlink and rmdir are special in btrfs, they do not always free space, so
4699 * 4) rmdir foo
11014 .rmdir = btrfs_rmdir,

Completed in 433 milliseconds

12345