Searched refs:dentry (Results 426 - 450 of 1785) sorted by relevance

<<11121314151617181920>>

/linux-master/fs/ext4/
H A Dnamei.c1757 struct dentry *dentry,
1764 err = ext4_fname_prepare_lookup(dir, dentry, &fname);
1829 static struct dentry *ext4_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) argument
1835 if (dentry->d_name.len > EXT4_NAME_LEN)
1838 bh = ext4_lookup_entry(dir, dentry, &de);
1851 dentry);
1874 /* Eventually we want to call d_add_ci(dentry, NUL
1756 ext4_lookup_entry(struct inode *dir, struct dentry *dentry, struct ext4_dir_entry_2 **res_dir) argument
2371 ext4_add_entry(handle_t *handle, struct dentry *dentry, struct inode *inode) argument
2787 ext4_add_nondir(handle_t *handle, struct dentry *dentry, struct inode **inodep) argument
2816 ext4_create(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode, bool excl) argument
2851 ext4_mknod(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode, dev_t rdev) argument
2996 ext4_mkdir(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode) argument
3138 ext4_rmdir(struct inode *dir, struct dentry *dentry) argument
3302 ext4_unlink(struct inode *dir, struct dentry *dentry) argument
3364 ext4_symlink(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, const char *symname) argument
3455 __ext4_link(struct inode *dir, struct inode *inode, struct dentry *dentry) argument
3493 ext4_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) argument
3575 struct dentry *dentry; member in struct:ext4_renament
[all...]
/linux-master/fs/kernfs/
H A Ddir.c593 * kernfs_node_from_dentry - determine kernfs_node associated with a dentry
594 * @dentry: the dentry in question
596 * Return: the kernfs_node associated with @dentry. If @dentry is not a
599 * While the returned kernfs_node will stay accessible as long as @dentry
603 struct kernfs_node *kernfs_node_from_dentry(struct dentry *dentry) argument
605 if (dentry->d_sb->s_op == &kernfs_sops)
606 return kernfs_dentry_node(dentry);
1112 kernfs_dop_revalidate(struct dentry *dentry, unsigned int flags) argument
1189 kernfs_iop_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) argument
1232 kernfs_iop_mkdir(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode) argument
1252 kernfs_iop_rmdir(struct inode *dir, struct dentry *dentry) argument
1844 struct dentry *dentry = file->f_path.dentry; local
[all...]
/linux-master/fs/gfs2/
H A DMakefile6 aops.o dentry.o export.o file.o \
H A Dinode.h111 int gfs2_fileattr_get(struct dentry *dentry, struct fileattr *fa);
113 struct dentry *dentry, struct fileattr *fa);
/linux-master/lib/
H A Dnetdev-notifier-error-inject.c27 static struct dentry *dir;
H A Dpm-notifier-error-inject.c21 static struct dentry *dir;
H A Dof-reconfig-notifier-error-inject.c23 static struct dentry *dir;
/linux-master/drivers/net/fjes/
H A Dfjes.h56 struct dentry *dbg_adapter;
/linux-master/lib/842/
H A D842_debugfs.h14 static struct dentry *sw842_debugfs_root;
/linux-master/include/linux/
H A Dwkup_m3_ipc.h42 struct dentry *dbg_path;
H A Dlsm_audit.h82 struct dentry *dentry; member in union:common_audit_data::__anon2823
/linux-master/include/linux/iio/
H A Diio-opaque.h37 * @debugfs_dentry: device specific debugfs dentry
72 struct dentry *debugfs_dentry;
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_cfg.h28 struct dentry *debug;
/linux-master/arch/s390/hypfs/
H A Dhypfs_vm_fs.c28 static int hypfs_vm_create_guest(struct dentry *systems_dir,
32 struct dentry *guest_dir, *cpus_dir, *samples_dir, *mem_dir;
86 int hypfs_vm_create_files(struct dentry *root)
88 struct dentry *dir, *file;
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_core_perf.h98 int dpu_core_perf_debugfs_init(struct dpu_kms *dpu_kms, struct dentry *parent);
/linux-master/fs/
H A Dfs_struct.c12 * Replace the fs->{rootmnt,root} with {mnt,dentry}. Put the old values.
26 if (old_root.dentry)
31 * Replace the fs->{pwdmnt,pwd} with {mnt,dentry}. Put the old values.
46 if (old_pwd.dentry)
52 if (likely(p->dentry != old->dentry || p->mnt != old->mnt))
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_trace.h39 struct dentry *ctrl_file;
/linux-master/fs/jfs/
H A Djfs_xattr.h47 extern ssize_t jfs_listxattr(struct dentry *, char *, size_t);
/linux-master/fs/coda/
H A Ddir.c41 static struct dentry *coda_lookup(struct inode *dir, struct dentry *entry, unsigned int flags)
137 struct dentry *de, umode_t mode, bool excl)
170 struct dentry *de, umode_t mode)
205 static int coda_link(struct dentry *source_de, struct inode *dir_inode,
206 struct dentry *de)
232 struct inode *dir_inode, struct dentry *de,
263 static int coda_unlink(struct inode *dir, struct dentry *de)
278 static int coda_rmdir(struct inode *dir, struct dentry *de)
299 struct dentry *old_dentr
490 coda_dentry_delete(const struct dentry * dentry) argument
[all...]
/linux-master/fs/xfs/
H A Dxfs_handle.h26 struct dentry *xfs_handle_to_dentry(struct file *parfilp, void __user *uhandle,
H A Dxfs_export.c171 STATIC struct dentry *
195 STATIC struct dentry *
219 STATIC struct dentry *
221 struct dentry *child)
/linux-master/fs/orangefs/
H A Dorangefs-kernel.h100 struct dentry *dentry, struct posix_acl *acl,
332 struct dentry *orangefs_mount(struct file_system_type *fst,
354 int __orangefs_setattr_mode(struct dentry *dentry, struct iattr *iattr);
355 int orangefs_setattr(struct mnt_idmap *, struct dentry *, struct iattr *);
368 ssize_t orangefs_listxattr(struct dentry *dentry, char *buffer, size_t size);
476 static inline void orangefs_set_timeout(struct dentry *dentry) argument
[all...]
/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/hsi/controllers/
H A Domap_ssi.h104 struct dentry *dir;
155 struct dentry *dir;
/linux-master/fs/ocfs2/
H A Dfile.h52 int ocfs2_setattr(struct mnt_idmap *idmap, struct dentry *dentry,

Completed in 506 milliseconds

<<11121314151617181920>>