Searched refs:rmdir (Results 26 - 50 of 113) sorted by path

12345

/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/gfs2/
H A Dinode.c1138 * gfs2_unlink - Unlink an inode (this does rmdir as well)
1143 * whether this is an unlink or an rmdir.
2197 .rmdir = gfs2_unlink,
/linux-master/fs/hfs/
H A Ddir.c247 * This serves as both unlink() and rmdir() in the inode_operations
252 * HFS does not have hardlinks, so both rmdir and unlink set the
321 .rmdir = hfs_remove,
/linux-master/fs/hfsplus/
H A Ddir.c566 .rmdir = hfsplus_rmdir,
/linux-master/fs/hostfs/
H A Dhostfs_kern.c885 .rmdir = hostfs_rmdir,
H A Dhostfs_user.c312 err = rmdir(file);
/linux-master/fs/hpfs/
H A Dnamei.c620 .rmdir = hpfs_rmdir,
/linux-master/fs/hugetlbfs/
H A Dinode.c1318 .rmdir = simple_rmdir,
/linux-master/fs/jffs2/
H A Ddir.c62 .rmdir = jffs2_rmdir,
/linux-master/fs/jfs/
H A Dnamei.c329 * rmdir() returns and no new entries may be created in the directory,
1527 .rmdir = jfs_rmdir,
/linux-master/fs/kernfs/
H A Ddir.c1258 if (!scops || !scops->rmdir)
1264 ret = scops->rmdir(kn);
1309 .rmdir = kernfs_iop_rmdir,
/linux-master/fs/minix/
H A Dnamei.c262 .rmdir = minix_rmdir,
/linux-master/fs/
H A Dnamei.c4199 if (!dir->i_op->rmdir)
4214 error = dir->i_op->rmdir(dir, dentry);
4290 SYSCALL_DEFINE1(rmdir, const char __user *, pathname)
/linux-master/fs/nfs/
H A Ddir.c2411 dfprintk(VFS, "NFS: rmdir(%s/%lu), %pd\n",
2417 error = NFS_PROTO(dir)->rmdir(dir, &dentry->d_name);
2428 error = NFS_PROTO(dir)->rmdir(dir, &dentry->d_name);
H A Dnfs3proc.c642 dprintk("NFS call rmdir %s\n", name->name);
652 dprintk("NFS reply rmdir: %d\n", status);
994 .rmdir = nfs_rmdir,
1045 .rmdir = nfs3_proc_rmdir,
H A Dnfs4proc.c10677 .rmdir = nfs_rmdir,
10719 .rmdir = nfs4_proc_rmdir,
H A Dproc.c489 dprintk("NFS call rmdir %s\n", name->name);
492 dprintk("NFS reply rmdir: %d\n", status);
702 .rmdir = nfs_rmdir,
741 .rmdir = nfs_proc_rmdir,
/linux-master/fs/nilfs2/
H A Dnamei.c545 .rmdir = nilfs_rmdir,
/linux-master/fs/ntfs3/
H A Dnamei.c229 * ntfs_rmdir - inode_operations::rmdir
607 .rmdir = ntfs_rmdir,
/linux-master/fs/ocfs2/dlmfs/
H A Ddlmfs.c543 .rmdir = simple_rmdir,
/linux-master/fs/ocfs2/
H A Dnamei.c1374 * We might rmdir the source, keep it as pwd of some process
2927 .rmdir = ocfs2_unlink,
/linux-master/fs/omfs/
H A Ddir.c454 .rmdir = omfs_remove,
/linux-master/fs/orangefs/
H A Dnamei.c429 .rmdir = orangefs_unlink,
/linux-master/fs/overlayfs/
H A Ddir.c1298 .rmdir = ovl_rmdir,
/linux-master/fs/ramfs/
H A Dinode.c198 .rmdir = simple_rmdir,

Completed in 671 milliseconds

12345