Searched refs:f_path (Results 26 - 50 of 153) sorted by relevance

1234567

/linux-master/sound/soc/sof/
H A Dipc4-mtrace.c128 ret = debugfs_file_get(file->f_path.dentry);
134 debugfs_file_put(file->f_path.dentry);
142 debugfs_file_put(file->f_path.dentry);
282 debugfs_file_put(file->f_path.dentry);
/linux-master/security/integrity/ima/
H A Dima_api.c248 const char *filename = file->f_path.dentry->d_name.name;
273 result = vfs_getattr_nosec(&file->f_path, &stat, STATX_CHANGE_COOKIE,
H A Dima_main.c98 *pathname = ima_d_path(&file->f_path, pathbuf,
146 *pathname = ima_d_path(&file->f_path, pathbuf, filename);
172 vfs_getattr_nosec(&file->f_path, &stat,
364 pathname = ima_d_path(&file->f_path, &pathbuf, filename);
506 pathname = ima_d_path(&file->f_path, &pathbuf, filename);
/linux-master/fs/fuse/
H A Dpassthrough.c328 backing_file = backing_file_open(&file->f_path, file->f_flags,
329 &fb->file->f_path, fb->cred);
/linux-master/fs/overlayfs/
H A Dreaddir.c711 struct dentry *dir = file->f_path.dentry;
726 struct path statpath = file->f_path;
738 rdt.cache = ovl_cache_get_impure(&file->f_path);
753 struct dentry *dentry = file->f_path.dentry;
796 err = ovl_cache_update(&file->f_path, p, !p->ino);
879 struct dentry *dentry = file->f_path.dentry;
957 type = ovl_path_real(file->f_path.dentry, &realpath);
/linux-master/fs/autofs/
H A Droot.c80 struct dentry *dentry = file->f_path.dentry;
99 if (!path_is_mountpoint(&file->f_path) && autofs_empty(ino)) {
890 return autofs_ask_umount(filp->f_path.mnt, p);
894 return autofs_expire_run(inode->i_sb, filp->f_path.mnt, sbi, p);
898 filp->f_path.mnt, sbi, p);
/linux-master/fs/fat/
H A Dfile.c94 file->f_path.dentry, &ia);
99 err = fat_setattr(file_mnt_idmap(file), file->f_path.dentry, &ia);
103 fsnotify_change(file->f_path.dentry, ia.ia_valid);
/linux-master/fs/exfat/
H A Dfile.c438 file->f_path.dentry, &ia);
443 err = exfat_setattr(file_mnt_idmap(file), file->f_path.dentry, &ia);
447 fsnotify_change(file->f_path.dentry, ia.ia_valid);
/linux-master/fs/configfs/
H A Dfile.c51 struct configfs_dirent *sd = file->f_path.dentry->d_fsdata;
292 struct dentry *dentry = file->f_path.dentry;
/linux-master/fs/ecryptfs/
H A Dmmap.c347 rc = ecryptfs_truncate(file->f_path.dentry,
409 ecryptfs_inode_to_private(ecryptfs_inode)->lower_file->f_path.dentry;
/linux-master/fs/devpts/
H A Dinode.c154 path = filp->f_path;
186 path = filp->f_path;
/linux-master/security/keys/
H A Dbig_key.c124 payload->path = file->f_path;
/linux-master/fs/
H A Dsync.c157 sb = f.file->f_path.dentry->d_sb;
H A Dutimes.c120 error = vfs_utimes(&f.file->f_path, times);
H A Dxattr.c709 f.file->f_path.dentry, name,
817 error = getxattr(file_mnt_idmap(f.file), f.file->f_path.dentry,
893 error = listxattr(f.file->f_path.dentry, list, size);
965 f.file->f_path.dentry, name);
H A Dfhandle.c131 mnt = mntget(f.file->f_path.mnt);
H A Dinternal.h103 mnt_put_write_access(file->f_path.mnt);
H A Dioctl.c710 err = vfs_fileattr_get(file->f_path.dentry, &fa);
719 struct dentry *dentry = file->f_path.dentry;
741 err = vfs_fileattr_get(file->f_path.dentry, &fa);
751 struct dentry *dentry = file->f_path.dentry;
/linux-master/drivers/ufs/core/
H A Dufs-debugfs.c21 return d_inode(file->f_path.dentry->d_parent)->i_private;
/linux-master/drivers/gpu/drm/i915/
H A Di915_debugfs_params.c15 (strcmp((_file)->f_path.dentry->d_name.name, (_name)) == 0)
/linux-master/fs/cachefiles/
H A Dnamei.c420 struct dentry *dentry = object->file->f_path.dentry;
488 ret = vfs_truncate(&file->f_path, ni_size);
598 touch_atime(&file->f_path);
722 ret = vfs_link(object->file->f_path.dentry, &nop_mnt_idmap,
/linux-master/kernel/bpf/
H A Dtoken.c128 path = f.file->f_path;
/linux-master/fs/smb/server/
H A Dvfs_cache.c87 return __ksmbd_inode_lookup(fp->filp->f_path.dentry);
169 ci->m_de = fp->filp->f_path.dentry;
256 &filp->f_path,
769 ab_pathname = d_path(&fp->filp->f_path, pathname, PATH_MAX);
H A Dvfs.c298 fp->filp->f_path.dentry,
436 fp->filp->f_path.dentry,
462 &fp->filp->f_path,
846 err = vfs_truncate(&filp->f_path, size);
1078 struct dentry *dir, *dentry = filp->f_path.dentry;
1081 err = mnt_want_write(filp->f_path.mnt);
1102 mnt_drop_write(filp->f_path.mnt);
/linux-master/include/linux/
H A Dfs.h1013 struct path f_path; member in struct:file
1083 * "fake" path, meaning, f_path on overlayfs and f_inode on underlying fs.
1091 struct dentry *dentry = file->f_path.dentry;
2459 touch_atime(&file->f_path);
2620 return mnt_idmap(file->f_path.mnt);
2673 return &f->f_path;
2685 return dentry_open(&file->f_path, file->f_flags, file->f_cred);
2705 return finish_open(file, file->f_path.dentry, NULL);
3575 file->f_path.dentry->d_inode->i_ino, DT_DIR);
3580 parent_ino(file->f_path
[all...]

Completed in 201 milliseconds

1234567