Searched refs:dentry (Results 276 - 300 of 1771) sorted by relevance

<<11121314151617181920>>

/linux-master/fs/ecryptfs/
H A DMakefile8 ecryptfs-y := dentry.o file.o inode.o main.o super.o mmap.o read_write.o \
/linux-master/drivers/iommu/amd/
H A Ddebugfs.c15 static struct dentry *amd_iommu_debugfs;
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_huc_debugfs.c26 void intel_huc_debugfs_register(struct intel_huc *huc, struct dentry *root)
H A Dintel_gsc_uc_debugfs.c29 void intel_gsc_uc_debugfs_register(struct intel_gsc_uc *gsc_uc, struct dentry *root)
/linux-master/drivers/firmware/arm_scmi/
H A Draw_mode.h21 struct dentry *top_dentry, int instance_id,
/linux-master/drivers/interconnect/
H A Dinternal.h45 int icc_debugfs_client_init(struct dentry *icc_dir);
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_core_irq.h78 struct dentry *parent);
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_sta.h18 struct ieee80211_sta *sta, struct dentry *dir);
/linux-master/include/linux/
H A Dwwan.h191 struct dentry *wwan_get_debugfs_dir(struct device *parent);
192 void wwan_put_debugfs_dir(struct dentry *dir);
194 static inline struct dentry *wwan_get_debugfs_dir(struct device *parent)
198 static inline void wwan_put_debugfs_dir(struct dentry *dir) {}
/linux-master/fs/udf/
H A Dnamei.c107 static struct dentry *udf_lookup(struct inode *dir, struct dentry *dentry, argument
114 if (dentry->d_name.len > UDF_NAME_LEN)
117 err = udf_fiiter_find_entry(dir, &dentry->d_name, &iter);
130 return d_splice_alias(inode, dentry);
220 static int udf_fiiter_add_entry(struct inode *dir, struct dentry *dentry, argument
230 if (dentry) {
231 namelen = udf_put_filename(dir->i_sb, dentry
346 udf_add_nondir(struct dentry *dentry, struct inode *inode) argument
373 udf_create(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode, bool excl) argument
406 udf_mknod(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode, dev_t rdev) argument
422 udf_mkdir(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode) argument
496 udf_rmdir(struct inode *dir, struct dentry *dentry) argument
532 udf_unlink(struct inode *dir, struct dentry *dentry) argument
566 udf_symlink(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, const char *symname) argument
727 udf_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) argument
[all...]
/linux-master/security/landlock/
H A Dfs.c167 if (!d_is_dir(path->dentry) &&
176 id.key.object = get_inode_object(d_backing_inode(path->dentry));
195 * Returns NULL if no rule is found or if @dentry is negative.
199 const struct dentry *const dentry)
208 if (d_is_negative(dentry))
211 inode = d_backing_inode(dentry);
224 static bool is_nouser_or_private(const struct dentry *dentry) argument
226 return (dentry
198 find_rule(const struct landlock_ruleset *const domain, const struct dentry *const dentry) argument
816 maybe_remove(const struct dentry *const dentry) argument
1251 hook_path_mkdir(const struct path *const dir, struct dentry *const dentry, const umode_t mode) argument
1257 hook_path_mknod(const struct path *const dir, struct dentry *const dentry, const umode_t mode, const unsigned int dev) argument
1268 hook_path_symlink(const struct path *const dir, struct dentry *const dentry, const char *const old_name) argument
1275 hook_path_unlink(const struct path *const dir, struct dentry *const dentry) argument
1281 hook_path_rmdir(const struct path *const dir, struct dentry *const dentry) argument
[all...]
/linux-master/fs/fuse/
H A Dcontrol.c209 static struct dentry *fuse_ctl_add_dentry(struct dentry *parent,
216 struct dentry *dentry; local
220 dentry = d_alloc_name(parent, name);
221 if (!dentry)
226 dput(dentry);
241 d_add(dentry, inode);
243 fc->ctl_dentry[fc->ctl_ndents++] = dentry;
245 return dentry;
299 struct dentry *dentry = fc->ctl_dentry[i]; local
[all...]
/linux-master/fs/nfsd/
H A Dvfs.c7 * Note that several functions dget() the dentry upon which they want
9 * dentry's are dput()'d if necessary in the release callback.
11 * dentry, don't worry--they have been taken care of.
121 nfsd_cross_mnt(struct svc_rqst *rqstp, struct dentry **dpp,
125 struct dentry *dentry = *dpp; local
127 .dentry = dget(dentry)};
137 if (path.mnt == exp->ex_path.mnt && path.dentry == dentry
221 nfsd_mountpoint(struct dentry *dentry, struct svc_export *exp) argument
245 struct dentry *dentry; local
314 struct dentry *dentry; local
432 __nfsd_setattr(struct dentry *dentry, struct iattr *iap) argument
491 struct dentry *dentry; local
625 nfsd4_is_junction(struct dentry *dentry) argument
791 struct dentry *dentry; local
1468 struct dentry *dentry, *dchild; local
1559 struct dentry *dentry, *dchild = NULL; local
1659 struct dentry *dentry, *dnew; local
1789 nfsd_close_cached_files(struct dentry *dentry) argument
1798 nfsd_has_cached_files(struct dentry *dentry) argument
1952 struct dentry *dentry, *rdentry; local
2312 struct dentry *dentry; local
2385 struct dentry *dentry; local
2504 nfsd_permission(struct svc_rqst *rqstp, struct svc_export *exp, struct dentry *dentry, int acc) argument
[all...]
H A Dnfsctl.c283 error = nlmsvc_unlock_all_by_sb(path.dentry->d_sb);
284 nfsd4_revoke_states(netns(file), path.dentry->d_sb);
930 struct dentry *dentry = file_dentry(file); local
940 trace_nfsd_ctl_time(netns(file), dentry->d_name.name,
941 dentry->d_name.len, i);
1155 static int __nfsd_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode, struct nfsdfs_client *ncl) argument
1166 d_add(dentry, inode);
1168 fsnotify_mkdir(dir, dentry);
1175 struct dentry *dentry; local
1195 __nfsd_symlink(struct inode *dir, struct dentry *dentry, umode_t mode, const char *content) argument
1221 struct dentry *dentry; local
1242 clear_ncl(struct dentry *dentry) argument
1274 struct dentry *dentry; local
1309 struct dentry *dentry; local
1327 nfsd_client_rmdir(struct dentry *dentry) argument
1336 struct dentry *dentry; local
[all...]
/linux-master/fs/smb/client/
H A Dcached_dir.c66 static struct dentry *
69 struct dentry *dentry; local
74 dentry = dget(cifs_sb->root);
78 struct inode *dir = d_inode(dentry);
79 struct dentry *child;
82 dput(dentry);
83 dentry = ERR_PTR(-ENOTDIR);
97 child = lookup_positive_unlocked(p, dentry, s - p);
98 dput(dentry);
144 struct dentry *dentry = NULL; local
391 open_cached_dir_by_dentry(struct cifs_tcon *tcon, struct dentry *dentry, struct cached_fid **ret_cfid) argument
[all...]
/linux-master/drivers/usb/mon/
H A Dusb_mon.h25 struct dentry *dent_s; /* Debugging file */
26 struct dentry *dent_t; /* Text interface file */
27 struct dentry *dent_u; /* Second text interface file */
/linux-master/fs/nfs/
H A Dsymlink.c47 static const char *nfs_get_link(struct dentry *dentry, argument
54 if (!dentry) {
H A Dnfs4namespace.c112 static char *nfs4_path(struct dentry *dentry, char *buffer, ssize_t buflen) argument
115 char *path = nfs_path(&limit, dentry, buffer, buflen,
127 * believe to be the server path to this dentry
129 static int nfs4_validate_fspath(struct dentry *dentry, argument
143 path = nfs4_path(dentry, buf, 4096);
377 dprintk("%s: referral at %pd2\n", __func__, ctx->clone_data.dentry);
379 /* Ensure fs path is a prefix of current dentry path */
380 error = nfs4_validate_fspath(ctx->clone_data.dentry, location
408 struct dentry *dentry, *parent; local
454 struct dentry *dentry = ctx->clone_data.dentry; local
[all...]
/linux-master/fs/afs/
H A Dmntpt.c20 static struct dentry *afs_mntpt_lookup(struct inode *dir,
21 struct dentry *dentry,
51 static struct dentry *afs_mntpt_lookup(struct inode *dir, argument
52 struct dentry *dentry,
55 _enter("%p,%p{%pd2}", dir, dentry, dentry);
71 static int afs_mntpt_set_params(struct fs_context *fc, struct dentry *mntpt)
151 static struct vfsmount *afs_mntpt_do_automount(struct dentry *mntp
[all...]
/linux-master/drivers/android/
H A Dbinder_internal.h31 * @binderfs_inode: This is the inode of the root dentry of the super block
55 * @control_dentry: This records the dentry of this binderfs mount
63 * @proc_log_dir: Pointer to the directory dentry containing process-specific
68 struct dentry *control_dentry;
73 struct dentry *proc_log_dir;
82 extern struct dentry *binderfs_create_file(struct dentry *dir, const char *name,
85 extern void binderfs_remove_file(struct dentry *dentry);
91 static inline struct dentry *binderfs_create_fil
98 binderfs_remove_file(struct dentry *dentry) argument
[all...]
/linux-master/mm/
H A Dshrinker_debug.c16 static struct dentry *shrinker_debugfs_root;
164 struct dentry *entry;
198 struct dentry *entry;
237 struct dentry *shrinker_debugfs_detach(struct shrinker *shrinker,
240 struct dentry *entry = shrinker->debugfs_entry;
250 void shrinker_debugfs_remove(struct dentry *debugfs_entry, int debugfs_id)
259 struct dentry *dentry; local
262 dentry = debugfs_create_dir("shrinker", NULL);
263 if (IS_ERR(dentry))
[all...]
/linux-master/fs/qnx4/
H A Dqnx4.h25 extern struct dentry *qnx4_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags);
/linux-master/fs/9p/
H A Dacl.c47 static struct posix_acl *v9fs_acl_get(struct dentry *dentry, const char *name) argument
52 fid = v9fs_fid_lookup(dentry);
143 struct dentry *dentry, int type)
147 v9ses = v9fs_dentry2v9ses(dentry);
150 return v9fs_acl_get(dentry, posix_acl_xattr_name(type));
151 return v9fs_get_cached_acl(d_inode(dentry), type);
154 int v9fs_iop_set_acl(struct mnt_idmap *idmap, struct dentry *dentry, argument
142 v9fs_iop_get_acl(struct mnt_idmap *idmap, struct dentry *dentry, int type) argument
[all...]
/linux-master/fs/jfs/
H A Dnamei.c49 * NAME: jfs_create(dip, dentry, mode)
52 * with name = <from dentry> and mode = <mode>
55 * dentry - dentry of new file
63 struct dentry *dentry, umode_t mode, bool excl)
74 jfs_info("jfs_create: dip:0x%p name:%pd", dip, dentry);
84 if ((rc = get_UCSname(&dname, dentry)))
107 rc = jfs_init_security(tid, ip, dip, &dentry->d_name);
167 d_instantiate_new(dentry, i
62 jfs_create(struct mnt_idmap *idmap, struct inode *dip, struct dentry *dentry, umode_t mode, bool excl) argument
195 jfs_mkdir(struct mnt_idmap *idmap, struct inode *dip, struct dentry *dentry, umode_t mode) argument
333 jfs_rmdir(struct inode *dip, struct dentry *dentry) argument
463 jfs_unlink(struct inode *dip, struct dentry *dentry) argument
786 jfs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) argument
878 jfs_symlink(struct mnt_idmap *idmap, struct inode *dip, struct dentry *dentry, const char *name) argument
1355 jfs_mknod(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode, dev_t rdev) argument
1449 jfs_lookup(struct inode *dip, struct dentry *dentry, unsigned int flags) argument
1510 jfs_get_parent(struct dentry *dentry) argument
1563 jfs_ci_compare(const struct dentry *dentry, unsigned int len, const char *str, const struct qstr *name) argument
1579 jfs_ci_revalidate(struct dentry *dentry, unsigned int flags) argument
[all...]
/linux-master/fs/f2fs/
H A Dnamei.c351 struct dentry *dentry, umode_t mode, bool excl)
367 inode = f2fs_new_inode(idmap, dir, mode, dentry->d_name.name);
377 err = f2fs_add_link(dentry, inode);
384 d_instantiate_new(dentry, inode);
396 static int f2fs_link(struct dentry *old_dentry, struct inode *dir, argument
397 struct dentry *dentry)
408 err = fscrypt_prepare_link(old_dentry, dir, dentry);
428 err = f2fs_add_link(dentry, inod
350 f2fs_create(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode, bool excl) argument
514 f2fs_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) argument
601 f2fs_unlink(struct inode *dir, struct dentry *dentry) argument
659 f2fs_get_link(struct dentry *dentry, struct inode *inode, struct delayed_call *done) argument
674 f2fs_symlink(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, const char *symname) argument
754 f2fs_mkdir(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode) argument
800 f2fs_rmdir(struct inode *dir, struct dentry *dentry) argument
809 f2fs_mknod(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode, dev_t rdev) argument
1347 f2fs_encrypted_get_link(struct dentry *dentry, struct inode *inode, struct delayed_call *done) argument
[all...]

Completed in 474 milliseconds

<<11121314151617181920>>