Home
last modified time | relevance | path

Searched refs:vfs_rmdir (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/linux/
Dlustre_compat25.h77 #define ll_vfs_rmdir(dir, entry, mnt) vfs_rmdir(dir, entry)
/linux-4.1.27/fs/overlayfs/
Doverlayfs.h32 int err = vfs_rmdir(dir, dentry); in ovl_do_rmdir()
Ddir.c608 err = vfs_rmdir(dir, upper); in ovl_remove_upper()
/linux-4.1.27/drivers/base/
Ddevtmpfs.c240 err = vfs_rmdir(d_inode(parent.dentry), dentry); in dev_rmdir()
/linux-4.1.27/fs/nfsd/
Dnfs4recover.c328 status = vfs_rmdir(d_inode(dir), dentry); in nfsd4_unlink_clid_dir()
388 status = vfs_rmdir(d_inode(parent), child); in purge_old()
Dvfs.c1812 host_err = vfs_rmdir(dirp, rdentry); in nfsd_unlink()
/linux-4.1.27/fs/ecryptfs/
Dinode.c565 rc = vfs_rmdir(d_inode(lower_dir_dentry), lower_dentry); in ecryptfs_rmdir()
/linux-4.1.27/fs/
Dnamei.c3626 int vfs_rmdir(struct inode *dir, struct dentry *dentry) in vfs_rmdir() function
3663 EXPORT_SYMBOL(vfs_rmdir);
3706 error = vfs_rmdir(nd.path.dentry->d_inode, dentry); in do_rmdir()
/linux-4.1.27/include/linux/
Dfs.h1499 extern int vfs_rmdir(struct inode *, struct dentry *);