Home
last modified time | relevance | path

Searched refs:vfs_unlink (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/base/
H A Ddevtmpfs.c339 err = vfs_unlink(&nop_mnt_idmap, d_inode(parent.dentry), in handle_remove()
/openbmc/linux/fs/ecryptfs/
H A Dinode.c150 rc = vfs_unlink(&nop_mnt_idmap, lower_dir, lower_dentry, in ecryptfs_do_unlink()
202 vfs_unlink(&nop_mnt_idmap, lower_dir, lower_dentry, NULL); in ecryptfs_do_create()
/openbmc/linux/fs/cachefiles/
H A Dnamei.c248 ret = vfs_unlink(&nop_mnt_idmap, d_backing_inode(dir), dentry, NULL); in cachefiles_unlink()
/openbmc/linux/fs/smb/server/
H A Dvfs.c618 err = vfs_unlink(idmap, d_inode(parent), path->dentry, NULL); in ksmbd_vfs_remove_file()
1094 err = vfs_unlink(idmap, d_inode(dir), dentry, NULL); in ksmbd_vfs_unlink()
/openbmc/linux/fs/overlayfs/
H A Doverlayfs.h203 int err = vfs_unlink(ovl_upper_mnt_idmap(ofs), dir, dentry, NULL); in ovl_do_unlink()
/openbmc/linux/fs/
H A Dnamei.c4304 int vfs_unlink(struct mnt_idmap *idmap, struct inode *dir, in vfs_unlink() function
4347 EXPORT_SYMBOL(vfs_unlink);
4393 error = vfs_unlink(mnt_idmap(path.mnt), path.dentry->d_inode, in do_unlinkat()
/openbmc/linux/ipc/
H A Dmqueue.c983 err = vfs_unlink(&nop_mnt_idmap, d_inode(dentry->d_parent), in SYSCALL_DEFINE1()
/openbmc/linux/fs/nfsd/
H A Dvfs.c1939 host_err = vfs_unlink(&nop_mnt_idmap, dirp, rdentry, NULL); in nfsd_unlink()
/openbmc/linux/include/linux/
H A Dfs.h1780 int vfs_unlink(struct mnt_idmap *, struct inode *, struct dentry *,
/openbmc/linux/net/unix/
H A Daf_unix.c1256 vfs_unlink(idmap, d_inode(parent.dentry), dentry, NULL); in unix_bind_bsd()