Searched refs:dentry (Results 351 - 375 of 1785) sorted by relevance

<<11121314151617181920>>

/linux-master/security/integrity/
H A Diint.c15 struct dentry *integrity_dir;
/linux-master/fs/smb/client/
H A Dreparse.h105 struct dentry *dentry, struct cifs_tcon *tcon,
108 struct dentry *dentry, struct cifs_tcon *tcon,
/linux-master/drivers/virt/coco/efi_secret/
H A Defi_secret.c33 struct dentry *secrets_dir;
34 struct dentry *fs_dir;
35 struct dentry *fs_files[EFI_SECRET_NUM_FILES];
120 static int efi_secret_unlink(struct inode *dir, struct dentry *dentry) argument
123 struct inode *inode = d_inode(dentry);
136 if (s->fs_files[i] == dentry)
144 securityfs_remove(dentry);
220 struct dentry *dent;
/linux-master/drivers/media/test-drivers/visl/
H A Dvisl.h114 struct dentry *debugfs_root;
115 struct dentry *bitstream_debugfs;
136 struct dentry *dentry; member in struct:visl_blob
/linux-master/drivers/gpu/drm/i915/
H A Di915_debugfs_params.c16 (strcmp((_file)->f_path.dentry->d_name.name, (_name)) == 0)
210 static struct dentry *
212 struct dentry *parent, int *value)
219 static struct dentry *
221 struct dentry *parent, unsigned int *value)
228 static struct dentry *
230 struct dentry *parent, char **value)
249 struct dentry *i915_debugfs_params(struct drm_i915_private *i915)
253 struct dentry *dir;
/linux-master/fs/udf/
H A Dsymlink.c138 struct dentry *dentry = path->dentry; local
139 struct inode *inode = d_backing_inode(dentry);
/linux-master/lib/
H A Dtest_fpu_glue.c37 static struct dentry *selftest_dir;
/linux-master/include/linux/
H A Dnfs_fs.h84 struct dentry *dentry; member in struct:nfs_open_context
401 * our dentry cache after a directory was seen to change on the server.
436 extern int nfs_setattr(struct mnt_idmap *, struct dentry *, struct iattr *);
442 extern struct nfs_open_context *alloc_nfs_open_context(struct dentry *dentry, fmode_t f_mode, struct file *filp);
552 extern void nfs_set_verifier(struct dentry * dentry, unsigned long verf);
556 extern struct dentry *nfs_add_or_obtain(struct dentry *dentr
[all...]
/linux-master/fs/fuse/
H A Dreaddir.c156 struct dentry *parent = file->f_path.dentry;
158 struct dentry *dentry; local
159 struct dentry *alias;
195 dentry = d_lookup(parent, &name);
196 if (!dentry) {
198 dentry = d_alloc_parallel(parent, &name, &wq);
199 if (IS_ERR(dentry))
200 return PTR_ERR(dentry);
[all...]
/linux-master/fs/nfsd/
H A Dnfsctl.c282 error = nlmsvc_unlock_all_by_sb(path.dentry->d_sb);
283 nfsd4_revoke_states(netns(file), path.dentry->d_sb);
931 struct dentry *dentry = file_dentry(file); local
941 trace_nfsd_ctl_time(netns(file), dentry->d_name.name,
942 dentry->d_name.len, i);
1156 static int __nfsd_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode, struct nfsdfs_client *ncl) argument
1167 d_add(dentry, inode);
1169 fsnotify_mkdir(dir, dentry);
1176 struct dentry *dentry; local
1196 __nfsd_symlink(struct inode *dir, struct dentry *dentry, umode_t mode, const char *content) argument
1222 struct dentry *dentry; local
1243 clear_ncl(struct dentry *dentry) argument
1275 struct dentry *dentry; local
1310 struct dentry *dentry; local
1328 nfsd_client_rmdir(struct dentry *dentry) argument
1337 struct dentry *dentry; local
[all...]
H A Dnfs4recover.c197 struct dentry *dir, *dentry; local
218 dir = nn->rec_file->f_path.dentry;
222 dentry = lookup_one_len(dname, dir, HEXDIR_LEN-1);
223 if (IS_ERR(dentry)) {
224 status = PTR_ERR(dentry);
227 if (d_really_is_positive(dentry))
237 status = vfs_mkdir(&nop_mnt_idmap, d_inode(dir), dentry, S_IRWXU);
239 dput(dentry);
258 typedef int (recdir_func)(struct dentry *, struc
316 struct dentry *dentry; local
342 struct dentry *dir, *dentry; local
944 struct dentry *dir, *dentry; local
965 struct dentry *dentry; local
992 struct dentry *dentry; local
2151 struct dentry *dentry; local
[all...]
/linux-master/fs/cachefiles/
H A Dinternal.h43 struct dentry *dentry; /* The volume dentry */ member in struct:cachefiles_volume
44 struct dentry *fanout[256]; /* Fanout subdirs */
89 struct dentry *store; /* Directory into which live objects go */
90 struct dentry *graveyard; /* directory into which dead objects go */
275 struct dentry *dir,
276 struct dentry *rep,
281 extern struct dentry *cachefiles_get_directory(struct cachefiles_cache *cache,
282 struct dentry *di
[all...]
H A Dsecurity.c50 struct dentry *root)
76 struct dentry *root,
/linux-master/fs/ecryptfs/
H A Dfile.c41 path = ecryptfs_dentry_to_lower_path(file->f_path.dentry);
66 path = ecryptfs_dentry_to_lower_path(in->f_path.dentry);
107 * the "lost+found" dentry in the root directory of an Ext4
146 static int read_or_initialize_metadata(struct dentry *dentry) argument
148 struct inode *inode = d_inode(dentry);
164 rc = ecryptfs_read_metadata(dentry);
177 rc = ecryptfs_initialize_file(dentry, inode);
214 struct dentry *ecryptfs_dentry = file->f_path.dentry;
[all...]
/linux-master/arch/s390/hypfs/
H A Dhypfs_diag_fs.c202 static int hypfs_create_cpu_files(struct dentry *cpus_dir, void *cpu_info)
204 struct dentry *cpu_dir;
232 static void *hypfs_create_lpar_files(struct dentry *systems_dir, void *part_hdr)
234 struct dentry *cpus_dir;
235 struct dentry *lpar_dir;
260 static int hypfs_create_phys_cpu_files(struct dentry *cpus_dir, void *cpu_info)
262 struct dentry *cpu_dir;
280 static void *hypfs_create_phys_files(struct dentry *parent_dir, void *phys_hdr)
284 struct dentry *cpus_dir;
301 int hypfs_diag_create_files(struct dentry *roo
[all...]
/linux-master/fs/nfs/
H A Dnfstrace.h393 const struct dentry *dentry,
397 TP_ARGS(dir, dentry, flags),
404 __string(name, dentry->d_name.name)
411 __entry->fileid = d_is_negative(dentry) ? 0 : NFS_FILEID(d_inode(dentry));
430 const struct dentry *dentry, \
433 TP_ARGS(dir, dentry, flags))
438 const struct dentry *dentr
[all...]
H A Dinternal.h36 static inline bool nfs_lookup_is_soft_revalidate(const struct dentry *dentry) argument
38 if (!(NFS_SB(dentry->d_sb)->flags & NFS_MOUNT_SOFTREVAL))
40 if (!d_is_positive(dentry) || !NFS_FH(d_inode(dentry))->size)
151 struct dentry *dentry; member in struct:nfs_fs_context::nfs_clone_mount
396 struct dentry *nfs_lookup(struct inode *, struct dentry *, unsigned int);
398 int nfs_create(struct mnt_idmap *, struct inode *, struct dentry *,
703 nfs_devname(struct dentry *dentry, char *buffer, ssize_t buflen) argument
[all...]
/linux-master/fs/ocfs2/dlmfs/
H A Duserdlm.h57 struct dentry *dentry);
/linux-master/fs/ocfs2/
H A Dblockcheck.h25 struct dentry *b_debug_dir; /* Parent of the debugfs files */
55 struct dentry *parent);
/linux-master/drivers/net/wireless/broadcom/b43/
H A Ddebugfs.h23 struct dentry;
41 struct dentry *subdir;
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Ddebugfs.h20 struct dentry;
37 struct dentry *subdir;
/linux-master/arch/powerpc/kvm/
H A Dtiming.h18 struct dentry *debugfs_dentry);
30 struct dentry *debugfs_dentry)
/linux-master/sound/soc/sof/
H A Dsof-client-probes.h55 struct dentry *dfs_points;
56 struct dentry *dfs_points_remove;
/linux-master/fs/ext4/
H A Dxattr_security.c17 struct dentry *unused, struct inode *inode,
27 struct dentry *unused, struct inode *inode,
/linux-master/fs/hfsplus/
H A Dxattr_security.c17 struct dentry *unused, struct inode *inode,
27 struct dentry *unused, struct inode *inode,

Completed in 226 milliseconds

<<11121314151617181920>>