Home
last modified time | relevance | path

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

/linux/fs/
H A Dnamei.c4334 file->__f_path.dentry = DENTRY_NOT_SET; in atomic_open()
4335 file->__f_path.mnt = path->mnt; in atomic_open()
4719 file->__f_path.mnt = parentpath->mnt; in vfs_tmpfile()
4720 file->__f_path.dentry = child; in vfs_tmpfile()
/linux/include/linux/
H A Dfs.h1273 struct path __f_path; member