Lines Matching refs:f_path
174 dentry = f.file->f_path.dentry;
193 error = security_path_truncate(&f.file->f_path);
521 if (!d_can_lookup(f.file->f_path.dentry))
526 set_fs_pwd(current->fs, &f.file->f_path);
598 return chmod_common(&file->f_path, mode);
741 error = chown_common(&file->f_path, user, group);
770 path_get(&f->f_path);
786 error = __mnt_want_write(f->f_path.mnt);
857 __mnt_drop_write(f->f_path.mnt);
860 path_put(&f->f_path);
861 f->f_path.mnt = NULL;
862 f->f_path.dentry = NULL;
890 file->f_path.dentry = dentry;
911 file->f_path.dentry = dentry;
918 return d_path(&filp->f_path, buf, buflen);
930 file->f_path = *path;
964 f->f_path = *path;