Home
last modified time | relevance | path

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

/DragonOS-0.1.3/kernel/src/filesystem/vfs/
DVFS.h291 int vfs_unlink(struct user_namespace *mnt_userns, struct vfs_index_node_t *parent_inode, struct vfs…
DVFS.c725 int vfs_unlink(struct user_namespace *mnt_userns, struct vfs_index_node_t *parent_inode, struct vfs… in vfs_unlink() function
833 retval = vfs_unlink(NULL, dentry->parent->dir_inode, dentry, NULL); in do_unlink_at()