Lines Matching refs:f_path
87 trace_ocfs2_file_open(inode, file, file->f_path.dentry,
89 file->f_path.dentry->d_name.len,
90 file->f_path.dentry->d_name.name, mode);
141 trace_ocfs2_file_release(inode, file, file->f_path.dentry,
143 file->f_path.dentry->d_name.len,
144 file->f_path.dentry->d_name.name,
176 trace_ocfs2_sync_file(inode, file, file->f_path.dentry,
178 file->f_path.dentry->d_name.len,
179 file->f_path.dentry->d_name.name,
2239 struct dentry *dentry = file->f_path.dentry;
2367 trace_ocfs2_file_write_iter(inode, file, file->f_path.dentry,
2369 file->f_path.dentry->d_name.len,
2370 file->f_path.dentry->d_name.name,
2515 trace_ocfs2_file_read_iter(inode, filp, filp->f_path.dentry,
2517 filp->f_path.dentry->d_name.len,
2518 filp->f_path.dentry->d_name.name,
2560 ret = ocfs2_inode_lock_atime(inode, filp->f_path.mnt, &lock_level,
2595 trace_ocfs2_file_splice_read(inode, in, in->f_path.dentry,
2597 in->f_path.dentry->d_name.len,
2598 in->f_path.dentry->d_name.name,
2610 ret = ocfs2_inode_lock_atime(inode, in->f_path.mnt, &lock_level, 1);