Searched refs:vfs_rmdir (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/base/
H A Ddevtmpfs.c250 err = vfs_rmdir(&nop_mnt_idmap, d_inode(parent.dentry),
/linux-master/fs/nfsd/
H A Dnfs4recover.c357 status = vfs_rmdir(&nop_mnt_idmap, d_inode(dir), dentry);
447 status = vfs_rmdir(&nop_mnt_idmap, d_inode(parent), child);
H A Dvfs.c2006 host_err = vfs_rmdir(&nop_mnt_idmap, dirp, rdentry);
/linux-master/fs/smb/server/
H A Dvfs.c614 err = vfs_rmdir(idmap, d_inode(parent), path->dentry);
1092 err = vfs_rmdir(idmap, d_inode(dir), dentry);
/linux-master/fs/ecryptfs/
H A Dinode.c544 rc = vfs_rmdir(&nop_mnt_idmap, lower_dir, lower_dentry);
/linux-master/fs/overlayfs/
H A Doverlayfs.h206 int err = vfs_rmdir(ovl_upper_mnt_idmap(ofs), dir, dentry);
/linux-master/fs/
H A Dnamei.c4170 * vfs_rmdir - remove directory
4183 int vfs_rmdir(struct mnt_idmap *idmap, struct inode *dir, function
4222 EXPORT_SYMBOL(vfs_rmdir); variable
4265 error = vfs_rmdir(mnt_idmap(path.mnt), path.dentry->d_inode, dentry);
/linux-master/include/linux/
H A Dfs.h1871 int vfs_rmdir(struct mnt_idmap *, struct inode *, struct dentry *);

Completed in 338 milliseconds