Searched refs:dentry (Results 1 - 25 of 1771) sorted by last modified time

1234567891011>>

/linux-master/sound/soc/sof/
H A Ddebug.c336 struct dentry *fw_profile;
/linux-master/sound/soc/codecs/
H A Dcs35l56.c996 struct dentry *debugfs_root = component->debugfs_root;
/linux-master/kernel/bpf/
H A Dverifier.c6386 BTF_TYPE_SAFE_TRUSTED(struct dentry) { argument
6387 /* no negative dentry-s in places where bpf can see it */
6425 BTF_TYPE_EMIT(BTF_TYPE_SAFE_TRUSTED(struct dentry));
/linux-master/fs/btrfs/
H A Dvolumes.c1946 inode_update_time(d_inode(path.dentry), S_MTIME | S_CTIME | S_VERSION);
H A Dioctl.c248 int btrfs_fileattr_get(struct dentry *dentry, struct fileattr *fa) argument
250 struct btrfs_inode *binode = BTRFS_I(d_inode(dentry));
257 struct dentry *dentry, struct fileattr *fa)
259 struct inode *inode = d_inode(dentry);
594 struct inode *dir, struct dentry *dentry,
609 .dentry = dentry,
256 btrfs_fileattr_set(struct mnt_idmap *idmap, struct dentry *dentry, struct fileattr *fa) argument
593 create_subvol(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, struct btrfs_qgroup_inherit *inherit) argument
793 create_snapshot(struct btrfs_root *root, struct inode *dir, struct dentry *dentry, bool readonly, struct btrfs_qgroup_inherit *inherit) argument
997 struct dentry *dentry; local
2378 struct dentry *dentry; local
[all...]
/linux-master/drivers/thermal/
H A Dthermal_debugfs.c18 static struct dentry *d_root;
19 static struct dentry *d_cdev;
20 static struct dentry *d_tz;
166 struct dentry *d_top;
187 static struct thermal_debugfs *thermal_debugfs_add_id(struct dentry *d, int id)
/linux-master/drivers/spi/
H A Dspi-hisi-kunpeng.c138 struct dentry *debugfs;
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c65 static struct dentry *qeth_debugfs_root;
/linux-master/drivers/nvme/host/
H A Dnvme.h247 struct dentry *parent;
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c949 struct dentry *current_dir;
975 current_dir = filp->file->f_path.dentry->d_parent;
997 struct dentry *current_dir;
1026 current_dir = filp->f_path.dentry->d_parent;
2518 struct dentry *current_dir;
2521 current_dir = filp->file->f_path.dentry->d_parent;
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_debugfs.c10 static struct dentry *ice_debugfs_root;
106 static int ice_find_module_by_dentry(struct ice_pf *pf, struct dentry *d)
111 /* find the module based on the dentry */
130 struct dentry *dentry; local
134 dentry = file_dentry(filp);
137 module = ice_find_module_by_dentry(pf, dentry);
165 struct dentry *dentry = file_dentry(filp); local
178 module = ice_find_module_by_dentry(pf, dentry);
[all...]
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbnad_debugfs.c488 static struct dentry *bna_debugfs_root;
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_debugfs.c3320 struct dentry *dir = connector->base.debugfs_entry;
3552 struct dentry *dir = debugfs_lookup("crc", crtc->debugfs_entry);
4015 struct dentry *root = minor->debugfs_root;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.c2525 struct dentry *root = minor->debugfs_root;
/linux-master/drivers/block/
H A Dublk_drv.c2773 d_backing_inode(path.dentry), mask);
/linux-master/fs/nfsd/
H A Dnfs4xdr.c2682 struct dentry **components = NULL;
2695 if (cur.dentry == cur.mnt->mnt_root) {
2701 struct dentry **new;
2709 components[ncomponents++] = cur.dentry;
2710 cur.dentry = dget_parent(cur.dentry);
2719 struct dentry *dentry = components[ncomponents - 1]; local
2722 spin_lock(&dentry->d_lock);
2723 len = dentry
2906 struct dentry *dentry; member in struct:nfsd4_fattr_args
3488 nfsd4_encode_fattr4(struct svc_rqst *rqstp, struct xdr_stream *xdr, struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry, const u32 *bmval, int ignore_crossmnt) argument
3667 nfsd4_encode_fattr_to_buf(__be32 **p, int words, struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry, u32 *bmval, struct svc_rqst *rqstp, int ignore_crossmnt) argument
3713 struct dentry *dentry; local
[all...]
/linux-master/fs/nfs/
H A Dinode.c610 nfs_setattr(struct mnt_idmap *idmap, struct dentry *dentry, argument
613 struct inode *inode = d_inode(dentry);
650 error = NFS_PROTO(inode)->setattr(dentry, fattr, attr);
789 static void nfs_readdirplus_parent_cache_miss(struct dentry *dentry) argument
791 if (!IS_ROOT(dentry)) {
792 struct dentry *parent = dget_parent(dentry);
798 static void nfs_readdirplus_parent_cache_hit(struct dentry *dentr argument
1031 alloc_nfs_open_context(struct dentry *dentry, fmode_t f_mode, struct file *filp) argument
[all...]
/linux-master/drivers/pinctrl/
H A Dcore.c1915 static struct dentry *debugfs_root;
1919 struct dentry *device_root;
/linux-master/fs/erofs/
H A Dsuper.c548 static struct dentry *erofs_fh_to_dentry(struct super_block *sb,
555 static struct dentry *erofs_fh_to_parent(struct super_block *sb,
562 static struct dentry *erofs_get_parent(struct dentry *child)
908 static int erofs_statfs(struct dentry *dentry, struct kstatfs *buf) argument
910 struct super_block *sb = dentry->d_sb;
931 static int erofs_show_options(struct seq_file *seq, struct dentry *root)
/linux-master/drivers/i2c/
H A Di2c-core-base.c71 static struct dentry *i2c_debugfs_root;
/linux-master/drivers/dma/xilinx/
H A Dxilinx_dpdma.c454 struct dentry *dent;
/linux-master/drivers/dma/idxd/
H A Didxd.h375 struct dentry *dbgfs_dir;
376 struct dentry *dbgfs_evl_file;
H A Ddebugfs.c13 static struct dentry *idxd_debugfs_dir;
/linux-master/net/bluetooth/
H A Dsco.c1415 static struct dentry *sco_debugfs;
H A Dl2cap_core.c7595 static struct dentry *l2cap_debugfs;

Completed in 428 milliseconds

1234567891011>>