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

12345

/linux-master/fs/ecryptfs/
H A Dinode.c1181 .rmdir = ecryptfs_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/hostfs/
H A Dhostfs_kern.c885 .rmdir = hostfs_rmdir,
/linux-master/kernel/cgroup/
H A Dcgroup-v1.c762 * Most likely, this user command will try to rmdir this cgroup.
767 * The presumed 'rmdir' will fail quietly if this cgroup is no longer
1129 .rmdir = cgroup_rmdir,
/linux-master/kernel/bpf/
H A Dinode.c409 .rmdir = simple_rmdir,
/linux-master/fs/udf/
H A Dnamei.c1012 .rmdir = udf_rmdir,
/linux-master/fs/smb/client/
H A Dsmb1ops.c1136 .rmdir = CIFSSMBRmDir,
H A Dsmb2ops.c5122 .rmdir = smb2_rmdir,
5225 .rmdir = smb2_rmdir,
5332 .rmdir = smb2_rmdir,
5448 .rmdir = smb2_rmdir,
H A Dcifsglob.h413 int (*rmdir)(const unsigned int, struct cifs_tcon *, const char *, member in struct:smb_version_operations
H A Dcifsfs.c1148 .rmdir = cifs_rmdir,
H A Dinode.c2130 if (!server->ops->rmdir) {
2142 rc = server->ops->rmdir(xid, tcon, full_path, cifs_sb);
/linux-master/fs/9p/
H A Dvfs_inode_dotl.c878 .rmdir = v9fs_vfs_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/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/jfs/
H A Dnamei.c329 * rmdir() returns and no new entries may be created in the directory,
1527 .rmdir = jfs_rmdir,
/linux-master/fs/overlayfs/
H A Ddir.c1298 .rmdir = ovl_rmdir,
/linux-master/include/linux/
H A Dnfs_xdr.h1778 int (*rmdir) (struct inode *, const struct qstr *); member in struct:nfs_rpc_ops
/linux-master/fs/f2fs/
H A Dnamei.c1391 .rmdir = f2fs_rmdir,
/linux-master/fs/exfat/
H A Dnamei.c1312 .rmdir = exfat_rmdir,
/linux-master/fs/
H A Dnamei.c4191 if (!dir->i_op->rmdir)
4206 error = dir->i_op->rmdir(dir, dentry);
4282 SYSCALL_DEFINE1(rmdir, const char __user *, pathname)
/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/hugetlbfs/
H A Dinode.c1320 .rmdir = simple_rmdir,
/linux-master/fs/ubifs/
H A Ddir.c1707 .rmdir = ubifs_rmdir,
/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);
/linux-master/fs/ocfs2/
H A Dnamei.c1372 * We might rmdir the source, keep it as pwd of some process
2925 .rmdir = ocfs2_unlink,

Completed in 389 milliseconds

12345