Home
last modified time | relevance | path

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

/include/trace/events/
Dhuge_memory.h185 __string(filename, file->f_path.dentry->d_iname)
220 __string(filename, file->f_path.dentry->d_iname)
Dbtrfs.h775 const struct dentry *dentry = file->f_path.dentry;
778 TP_fast_assign_fsid(btrfs_sb(file->f_path.dentry->d_sb));
Dext4.h943 struct dentry *dentry = file->f_path.dentry;
/include/linux/
Dfs.h1046 struct path f_path; member
1141 struct dentry *dentry = file->f_path.dentry; in file_dentry()
2548 touch_atime(&file->f_path); in file_accessed()
2716 return mnt_idmap(file->f_path.mnt); in file_mnt_idmap()
2770 return &f->f_path; in file_user_path()
2782 return dentry_open(&file->f_path, file->f_flags, file->f_cred); in file_clone_open()
2802 return finish_open(file, file->f_path.dentry, NULL); in finish_open_simple()
3707 file->f_path.dentry->d_inode->i_ino, DT_DIR); in dir_emit_dot()
3712 d_parent_ino(file->f_path.dentry), DT_DIR); in dir_emit_dotdot()
Dfsnotify.h127 path = &file->f_path; in fsnotify_file()
Dpagemap.h129 return errseq_sample(&file->f_path.dentry->d_sb->s_wb_err); in file_sample_sb_err()