Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dvfs.c70 err = vfs_path_parent_lookup(filename, flags, in ksmbd_vfs_path_lookup()
680 err = vfs_path_parent_lookup(to, lookup_flags | LOOKUP_BENEATH, in ksmbd_vfs_rename()
/linux/fs/
H A Dnamei.c3049 * vfs_path_parent_lookup - lookup a parent path relative to a dentry-vfsmount pair
3057 int vfs_path_parent_lookup(struct filename *filename, unsigned int flags,
3064 EXPORT_SYMBOL(vfs_path_parent_lookup); in vfs_path_parent_lookup()
3059 int vfs_path_parent_lookup(struct filename *filename, unsigned int flags, vfs_path_parent_lookup() function