Lines Matching refs:f_path
170 dentry = file->f_path.dentry; in do_ftruncate()
187 error = fsnotify_truncate_perm(&file->f_path, length); in do_ftruncate()
585 if (!d_can_lookup(fd_file(f)->f_path.dentry)) in SYSCALL_DEFINE1()
590 set_fs_pwd(current->fs, &fd_file(f)->f_path); in SYSCALL_DEFINE1()
660 return chmod_common(&file->f_path, mode); in vfs_fchmod()
850 error = chown_common(&file->f_path, user, group); in vfs_fchown()
877 error = mnt_get_write_access(f->f_path.mnt); in file_get_write_access()
888 mnt_put_write_access(f->f_path.mnt); in file_get_write_access()
898 struct inode *inode = f->f_path.dentry->d_inode; in do_dentry_open()
901 path_get(&f->f_path); in do_dentry_open()
1015 path_put(&f->f_path); in do_dentry_open()
1016 f->f_path.mnt = NULL; in do_dentry_open()
1017 f->f_path.dentry = NULL; in do_dentry_open()
1044 file->f_path.dentry = dentry; in finish_open()
1065 file->f_path.dentry = dentry; in finish_no_open()
1072 return d_path(&filp->f_path, buf, buflen); in file_path()
1085 file->f_path = *path; in vfs_open()
1199 f->f_path = *path; in kernel_file_open()