Lines Matching refs:f_path
176 dentry = f.file->f_path.dentry;
581 if (!d_can_lookup(f.file->f_path.dentry))
586 set_fs_pwd(current->fs, &f.file->f_path);
659 return chmod_common(&file->f_path, mode);
851 error = chown_common(&file->f_path, user, group);
880 path_get(&f->f_path);
898 error = __mnt_want_write(f->f_path.mnt);
994 path_put(&f->f_path);
995 f->f_path.mnt = NULL;
996 f->f_path.dentry = NULL;
1023 file->f_path.dentry = dentry;
1044 file->f_path.dentry = dentry;
1051 return d_path(&filp->f_path, buf, buflen);
1062 file->f_path = *path;
1151 f->f_path = *path;
1187 f->f_path = *path;