Searched refs:rmdir (Results 1 - 25 of 111) sorted by path

12345

/linux-master/fs/affs/
H A Ddir.c39 .rmdir = affs_rmdir,
/linux-master/tools/testing/selftests/memfd/
H A Drun_fuse_test.sh6 rmdir ./mnt
15 rmdir ./mnt
/linux-master/Documentation/tools/rtla/
H A DMakefile6 RMDIR ?= rmdir --ignore-fail-on-non-empty
/linux-master/Documentation/tools/rv/
H A DMakefile5 RMDIR ?= rmdir --ignore-fail-on-non-empty
/linux-master/arch/um/os-Linux/
H A Dumid.c113 if (rmdir(dir) < 0 && errno != ENOENT) {
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c3891 .rmdir = rdtgroup_rmdir,
/linux-master/fs/9p/
H A Dvfs_inode.c477 p9_debug(P9_DEBUG_VFS, "inode: %p dentry: %p rmdir: %x\n",
1341 .rmdir = v9fs_vfs_rmdir,
1354 .rmdir = v9fs_vfs_rmdir,
H A Dvfs_inode_dotl.c878 .rmdir = v9fs_vfs_rmdir,
/linux-master/fs/afs/
H A Ddir.c69 .rmdir = afs_rmdir,
/linux-master/fs/autofs/
H A Droot.c58 .rmdir = autofs_dir_rmdir,
/linux-master/fs/
H A Dbad_inode.c170 .rmdir = bad_inode_rmdir,
/linux-master/fs/bcachefs/
H A Dfs.c1147 .rmdir = bch2_unlink,
/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,
/linux-master/fs/cachefiles/
H A Dnamei.c153 /* Tell rmdir() it's not allowed to delete the subdir */
179 !d_backing_inode(subdir)->i_op->rmdir ||
/linux-master/fs/ceph/
H A Ddir.c1329 * rmdir and unlink are differ only by the metadata op code
1343 /* rmdir .snap/foo is RMSNAP */
1348 doutc(cl, "unlink/rmdir %llx.%llx/'%pd' inode %llx.%llx\n",
2219 .rmdir = ceph_unlink,
2230 .rmdir = ceph_unlink,
/linux-master/fs/coda/
H A Ddir.c262 /* destruction routines: unlink, rmdir */
573 .rmdir = coda_rmdir,
H A Dupcall.c310 offset = INSIZE(rmdir);
311 insize = max_t(unsigned int, offset + length + 1, OUTSIZE(rmdir));
/linux-master/fs/configfs/
H A Ddir.c33 * rmdir()/unregister() and from configfs_attach_group()
486 * attributes and are removed by rmdir(). We recurse, setting
825 * we must lock them as rmdir() would.
866 * error, as rmdir() would.
1003 * locking out mkdir() and rmdir(), who might be racing us.
1020 * rmdir().
1077 * We are sure that the item is not about to be removed by rmdir(), and
1382 * Make racing rmdir() fail if it did not tag parent with
1385 * fail and let rmdir() terminate correctly
1550 .rmdir
[all...]
/linux-master/fs/ecryptfs/
H A Dinode.c1181 .rmdir = ecryptfs_rmdir,
/linux-master/fs/exfat/
H A Dnamei.c1312 .rmdir = exfat_rmdir,
/linux-master/fs/ext2/
H A Dnamei.c413 .rmdir = ext2_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/fs/f2fs/
H A Dnamei.c1391 .rmdir = f2fs_rmdir,
/linux-master/fs/fat/
H A Dnamei_msdos.c639 .rmdir = msdos_rmdir,
H A Dnamei_vfat.c1182 .rmdir = vfat_rmdir,

Completed in 367 milliseconds

12345