Searched refs:f_path (Results 1 - 25 of 153) sorted by path

1234567

/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dinode.c208 dir = file->f_path.dentry;
/linux-master/arch/s390/kernel/
H A Ddebug.c542 else if (debug_info->debugfs_entries[i] == file->f_path.dentry)
/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/block/
H A Dblk-mq-debugfs.c538 void *data = d_inode(m->file->f_path.dentry->d_parent)->i_private;
548 void *data = d_inode(file->f_path.dentry->d_parent)->i_private;
563 void *data = d_inode(file->f_path.dentry->d_parent)->i_private;
/linux-master/drivers/base/regmap/
H A Dregmap-debugfs.c473 err = debugfs_file_get(file->f_path.dentry);
489 debugfs_file_put(file->f_path.dentry);
520 err = debugfs_file_get(file->f_path.dentry);
535 debugfs_file_put(file->f_path.dentry);
/linux-master/drivers/block/drbd/
H A Ddrbd_debugfs.c427 parent = file->f_path.dentry->d_parent;
431 if (simple_positive(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/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/dma-buf/
H A Ddma-buf.c672 file->f_path.dentry->d_fsdata = dmabuf;
/linux-master/drivers/firmware/arm_scmi/
H A Draw_mode.c892 const char *id_str = filp->f_path.dentry->d_parent->d_name.name;
/linux-master/drivers/firmware/tegra/
H A Dbpmp-debugfs.c89 filename = dentry_path(file->f_path.dentry, buf, size);
/linux-master/drivers/gpu/drm/i915/
H A Di915_debugfs_params.c15 (strcmp((_file)->f_path.dentry->d_name.name, (_name)) == 0)
/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;
H A Dfault.c107 ret = debugfs_file_get(file->f_path.dentry);
157 debugfs_file_put(file->f_path.dentry);
176 ret = debugfs_file_get(file->f_path.dentry);
192 debugfs_file_put(file->f_path.dentry);
/linux-master/drivers/mtd/ubi/
H A Ddebug.c332 struct dentry *dent = file->f_path.dentry;
399 struct dentry *dent = file->f_path.dentry;
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c975 current_dir = filp->file->f_path.dentry->d_parent;
1026 current_dir = filp->f_path.dentry->d_parent;
2521 current_dir = filp->file->f_path.dentry->d_parent;
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c2378 struct dentry *dent = file->f_path.dentry;
2420 struct dentry *dent = file->f_path.dentry;
/linux-master/drivers/soc/qcom/
H A Dqcom_aoss.c520 if (qmp->debugfs_files[i] == file->f_path.dentry) {
/linux-master/drivers/staging/greybus/
H A Dcamera.c1141 if (!strcmp(file->f_path.dentry->d_iname, entry->name)) {
/linux-master/drivers/tty/
H A Dpty.c711 tty = devpts_get_priv(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/fs/autofs/
H A Ddev-ioctl.c467 mnt = fp->f_path.mnt;
478 if (may_umount(fp->f_path.mnt))
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/bcachefs/
H A Dfs.c891 file->f_path.dentry, mode, 0,
898 d_instantiate(file->f_path.dentry, &inode->v);
/linux-master/fs/btrfs/
H A Dinode.c9839 .dentry = file->f_path.dentry,

Completed in 454 milliseconds

1234567