Home
last modified time | relevance | path

Searched refs:f_path (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dfsnotify.h188 struct dentry *dentry = file->f_path.dentry; in fsnotify_close()
Dfs.h847 struct path f_path; member
848 #define f_dentry f_path.dentry
849 #define f_vfsmnt f_path.mnt
1560 touch_atime(file->f_path.mnt, file->f_path.dentry); in file_accessed()
1882 atomic_inc(&file->f_path.dentry->d_inode->i_writecount); in allow_write_access()
/include/linux/lockd/
Dlockd.h288 return file->f_file->f_path.dentry->d_inode; in nlmsvc_file_inode()