Searched refs:f_path (Results 76 - 100 of 153) sorted by relevance

1234567

/linux-master/fs/
H A Dcoredump.c713 if (d_unhashed(cprm.file->f_path.dentry))
741 if (do_truncate(idmap, cprm.file->f_path.dentry,
H A Dexec.c153 path_noexec(&file->f_path)))
941 path_noexec(&file->f_path)))
1653 if (!mnt_may_suid(file->f_path.mnt))
H A Dseq_file.c500 return seq_path(m, &file->f_path, esc);
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dpseudo_lock.c1266 ret = debugfs_file_get(file->f_path.dentry);
1272 debugfs_file_put(file->f_path.dentry);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h583 BPF_CORE_READ(filp, f_path.dentry,
778 struct dentry* filp_dentry = BPF_CORE_READ(filp, f_path.dentry);
/linux-master/security/smack/
H A Dsmack_lsm.c1694 smk_ad_setfield_u_fs_path(&ad, file->f_path);
1726 smk_ad_setfield_u_fs_path(&ad, file->f_path);
1760 smk_ad_setfield_u_fs_path(&ad, file->f_path);
1767 smk_ad_setfield_u_fs_path(&ad, file->f_path);
1968 smk_ad_setfield_u_fs_path(&ad, file->f_path);
2020 smk_ad_setfield_u_fs_path(&ad, file->f_path);
5003 smk_ad_setfield_u_fs_path(&ad, file->f_path);
/linux-master/fs/nfsd/
H A Dnfs4recover.c218 dir = nn->rec_file->f_path.dentry;
293 struct dentry *dir = nn->rec_file->f_path.dentry;
347 dir = nn->rec_file->f_path.dentry;
/linux-master/security/tomoyo/
H A Dutil.c978 cp = tomoyo_realpath_from_path(&exe_file->f_path);
H A Ddomain.c724 ee->obj.path1 = bprm->file->f_path;
H A Dcondition.c243 exe.name = tomoyo_realpath_from_path(&file->f_path);
/linux-master/fs/orangefs/
H A Dorangefs-debugfs.c421 if (!strcmp(file->f_path.dentry->d_name.name,
/linux-master/security/integrity/ima/
H A Dima_template_lib.c499 cur_filename = event_data->file->f_path.dentry->d_name.name;
H A Dima_crypto.c558 f = dentry_open(&file->f_path, flags, file->f_cred);
/linux-master/kernel/
H A Dtaskstats.c443 rc = cgroupstats_build(stats, f.file->f_path.dentry);
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_tl_debugfs.c482 ret = sscanf(f->f_path.dentry->d_name.name, ADF_TL_RP_REGS_FNAME, &alpha);
/linux-master/drivers/soc/qcom/
H A Dqcom_aoss.c520 if (qmp->debugfs_files[i] == file->f_path.dentry) {
/linux-master/fs/fuse/
H A Dreaddir.c156 struct dentry *parent = file->f_path.dentry;
/linux-master/fs/smb/client/
H A Dioctl.c32 struct dentry *dentry = filep->f_path.dentry;
/linux-master/drivers/infiniband/hw/hfi1/
H A Ddebugfs.c29 struct dentry *d = file->f_path.dentry;
42 struct dentry *d = file->f_path.dentry;
/linux-master/fs/proc/
H A Dbase.c1730 *exe_path = exe_file->f_path;
1731 path_get(&exe_file->f_path);
2062 struct dentry *child, *dir = file->f_path.dentry;
2729 file->f_path.dentry->d_name.name,
2787 file->f_path.dentry->d_name.name, page,
/linux-master/fs/ceph/
H A Ddir.c189 struct dentry *parent = file->f_path.dentry;
345 struct dentry *dentry = file->f_path.dentry;
455 req->r_dentry = dget(file->f_path.dentry);
/linux-master/drivers/block/
H A Dloop.c779 } else if (file->f_op->fallocate && !vfs_statfs(&file->f_path, &sbuf)) {
1344 path = lo->lo_backing_file->f_path;
/linux-master/fs/xfs/
H A Dxfs_ioctl.c173 return exportfs_decode_fh(parfilp->f_path.mnt, (struct fid *)&fid, 3,
244 path.mnt = parfilp->f_path.mnt;
/linux-master/fs/smb/server/
H A Doplock.c1104 p_ci = ksmbd_inode_lookup_lock(fp->filp->f_path.dentry->d_parent);
1149 p_ci = ksmbd_inode_lookup_lock(fp->filp->f_path.dentry->d_parent);
/linux-master/drivers/tty/
H A Dpty.c711 tty = devpts_get_priv(file->f_path.dentry);

Completed in 313 milliseconds

1234567