Searched refs:dentry (Results 201 - 225 of 1771) sorted by relevance

1234567891011>>

/linux-master/fs/hfsplus/
H A Dxattr_user.c16 struct dentry *unused, struct inode *inode,
26 struct dentry *unused, struct inode *inode,
/linux-master/fs/jffs2/
H A Dacl.h31 int jffs2_set_acl(struct mnt_idmap *idmap, struct dentry *dentry,
/linux-master/fs/xfs/
H A Dxfs_acl.h14 extern int xfs_set_acl(struct mnt_idmap *idmap, struct dentry *dentry,
/linux-master/include/linux/
H A Dfsverity.h152 int __fsverity_prepare_setattr(struct dentry *dentry, struct iattr *attr);
217 static inline int __fsverity_prepare_setattr(struct dentry *dentry, argument
306 * @dentry: dentry through which the inode is being changed
314 static inline int fsverity_prepare_setattr(struct dentry *dentry, argument
317 if (IS_VERITY(d_inode(dentry)))
318 return __fsverity_prepare_setattr(dentry, att
[all...]
/linux-master/fs/jfs/
H A Dioctl.c60 int jfs_fileattr_get(struct dentry *dentry, struct fileattr *fa) argument
62 struct jfs_inode_info *jfs_inode = JFS_IP(d_inode(dentry));
65 if (d_is_special(dentry))
74 struct dentry *dentry, struct fileattr *fa)
76 struct inode *inode = d_inode(dentry);
80 if (d_is_special(dentry))
73 jfs_fileattr_set(struct mnt_idmap *idmap, struct dentry *dentry, struct fileattr *fa) argument
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_fw_trace.h70 struct dentry;
75 void pvr_fw_trace_debugfs_init(struct pvr_device *pvr_dev, struct dentry *dir);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_dbg.h24 struct dentry *steering_debugfs;
25 struct dentry *fdb_debugfs;
/linux-master/fs/overlayfs/
H A Dreaddir.c41 struct dentry *dentry; member in struct:ovl_readdir_data
119 if (!rdd->dentry)
123 if (ovl_xino_bits(OVL_FS(rdd->dentry->d_sb)))
139 ovl_test_flag(OVL_IMPURE, d_inode(rdd->dentry)))
275 struct dentry *dentry, *dir = path->dentry; local
278 old_cred = ovl_override_creds(rdd->dentry->d_sb);
285 dentry
347 ovl_dir_read_merged(struct dentry *dentry, struct list_head *list, struct rb_root *root) argument
400 ovl_cache_get(struct dentry *dentry) argument
614 struct dentry *dentry = path->dentry; local
753 struct dentry *dentry = file->f_path.dentry; local
879 struct dentry *dentry = file->f_path.dentry; local
981 ovl_check_empty_dir(struct dentry *dentry, struct list_head *list) argument
1031 struct dentry *dentry; local
1119 struct dentry *dentry; local
1147 ovl_workdir_cleanup(struct ovl_fs *ofs, struct inode *dir, struct vfsmount *mnt, struct dentry *dentry, int level) argument
[all...]
/linux-master/fs/9p/
H A Dv9fs.h167 extern int v9fs_show_options(struct seq_file *m, struct dentry *root);
174 extern struct dentry *v9fs_vfs_lookup(struct inode *dir, struct dentry *dentry,
176 extern int v9fs_vfs_unlink(struct inode *i, struct dentry *d);
177 extern int v9fs_vfs_rmdir(struct inode *i, struct dentry *d);
179 struct inode *old_dir, struct dentry *old_dentry,
180 struct inode *new_dir, struct dentry *new_dentry,
203 static inline struct v9fs_session_info *v9fs_dentry2v9ses(struct dentry *dentry) argument
[all...]
H A Dacl.h14 struct dentry *dentry, int type);
15 int v9fs_iop_set_acl(struct mnt_idmap *idmap, struct dentry *dentry,
/linux-master/fs/smb/server/
H A Dvfs.h74 int ksmbd_vfs_lock_parent(struct dentry *parent, struct dentry *child);
76 struct dentry *dentry, __le32 *daccess);
102 ssize_t ksmbd_vfs_listxattr(struct dentry *dentry, char **list);
104 struct dentry *dentry,
108 struct dentry *dentry, cha
[all...]
/linux-master/fs/ramfs/
H A Dinode.c99 struct dentry *dentry, umode_t mode, dev_t dev)
106 &dentry->d_name, NULL,
113 d_instantiate(dentry, inode);
114 dget(dentry); /* Extra count - pin the dentry in core */
123 struct dentry *dentry, umode_t mode)
125 int retval = ramfs_mknod(&nop_mnt_idmap, dir, dentry, mode | S_IFDIR, 0);
132 struct dentry *dentr
98 ramfs_mknod(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode, dev_t dev) argument
122 ramfs_mkdir(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode) argument
131 ramfs_create(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode, bool excl) argument
137 ramfs_symlink(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, const char *symname) argument
[all...]
/linux-master/security/integrity/evm/
H A Devm_crypto.c220 static int evm_calc_hmac_or_hash(struct dentry *dentry, argument
226 struct inode *inode = d_backing_inode(dentry);
272 size = vfs_getxattr_alloc(&nop_mnt_idmap, dentry, xattr->name,
281 user_space_size = vfs_getxattr(&nop_mnt_idmap, dentry,
285 dentry->d_name.name, xattr->name, size,
306 int evm_calc_hmac(struct dentry *dentry, const char *req_xattr_name, argument
310 return evm_calc_hmac_or_hash(dentry, req_xattr_name, req_xattr_value,
314 int evm_calc_hash(struct dentry *dentr argument
322 evm_is_immutable(struct dentry *dentry, struct inode *inode) argument
356 evm_update_evmxattr(struct dentry *dentry, const char *xattr_name, const char *xattr_value, size_t xattr_value_len) argument
[all...]
/linux-master/fs/fat/
H A Dnamei_vfat.c27 static inline unsigned long vfat_d_version(struct dentry *dentry) argument
29 return (unsigned long) dentry->d_fsdata;
32 static inline void vfat_d_version_set(struct dentry *dentry, argument
35 dentry->d_fsdata = (void *) version;
41 * negative-dentry which matches the created 8.3 alias.
43 * If it happened, the negative dentry isn't actually negative
46 static int vfat_revalidate_shortname(struct dentry *dentry) argument
56 vfat_revalidate(struct dentry *dentry, unsigned int flags) argument
67 vfat_revalidate_ci(struct dentry *dentry, unsigned int flags) argument
122 vfat_hash(const struct dentry *dentry, struct qstr *qstr) argument
134 vfat_hashi(const struct dentry *dentry, struct qstr *qstr) argument
155 vfat_cmpi(const struct dentry *dentry, unsigned int len, const char *str, const struct qstr *name) argument
174 vfat_cmp(const struct dentry *dentry, unsigned int len, const char *str, const struct qstr *name) argument
701 vfat_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) argument
759 vfat_create(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode, bool excl) argument
790 vfat_rmdir(struct inode *dir, struct dentry *dentry) argument
821 vfat_unlink(struct inode *dir, struct dentry *dentry) argument
847 vfat_mkdir(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode) argument
[all...]
/linux-master/fs/hfs/
H A Ddir.c20 static struct dentry *hfs_lookup(struct inode *dir, struct dentry *dentry, argument
31 hfs_cat_build_key(dir->i_sb, fd.search_key, dir->i_ino, &dentry->d_name);
42 return d_splice_alias(inode, dentry);
193 struct dentry *dentry, umode_t mode, bool excl)
198 inode = hfs_new_inode(dir, &dentry->d_name, mode);
202 res = hfs_cat_create(inode->i_ino, dir, &dentry->d_name, inode);
209 d_instantiate(dentry, inod
192 hfs_create(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode, bool excl) argument
222 hfs_mkdir(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode) argument
255 hfs_remove(struct inode *dir, struct dentry *dentry) argument
[all...]
/linux-master/drivers/hwtracing/intel_th/
H A Ddebug.c15 struct dentry *intel_th_dbg;
/linux-master/fs/hpfs/
H A DMakefile8 hpfs-objs := alloc.o anode.o buffer.o dentry.o dir.o dnode.o ea.o file.o \
/linux-master/fs/coda/
H A Dcoda_int.h5 struct dentry;
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth-debugfs.h13 struct dentry *dir;
/linux-master/drivers/acpi/
H A Ddebugfs.c13 struct dentry *acpi_debugfs_dir;
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_transport_internal.h12 struct dentry *debug;
41 struct dentry *bank_debug_dir;
42 struct dentry *bank_debug_cfg;
47 struct dentry *debug;
/linux-master/fs/smb/client/
H A Dcached_dir.h46 struct dentry *dentry; member in struct:cached_fid
70 struct dentry *dentry,
/linux-master/fs/erofs/
H A Dxattr.h22 struct dentry *dentry)
41 if (!xattr_handler_can_list(handler, dentry))
52 ssize_t erofs_listxattr(struct dentry *, char *, size_t);
21 erofs_xattr_prefix(unsigned int idx, struct dentry *dentry) argument
/linux-master/drivers/hv/
H A Dhv_debugfs.c14 static struct dentry *hv_debug_root;
54 static int hv_debug_delay_files(struct hv_device *dev, struct dentry *root)
61 struct dentry *buffer_file, *message_file;
83 static int hv_debug_set_test_state(struct hv_device *dev, struct dentry *root)
88 struct dentry *test_state;
101 /* Bind hv device to a dentry for debugfs */
102 static void hv_debug_set_dir_dentry(struct hv_device *dev, struct dentry *root)
108 /* Create all test dentry's and names for fuzz testing */
113 struct dentry *delay, *dev_root;
140 /* Remove dentry associate
[all...]
/linux-master/drivers/media/test-drivers/visl/
H A Dvisl-debugfs.c45 struct dentry *dentry; local
61 dentry = debugfs_create_blob(name, 0444, ctx->dev->bitstream_debugfs,
63 if (IS_ERR(dentry))
66 blob->dentry = dentry;
91 debugfs_remove(blob->dentry);

Completed in 195 milliseconds

1234567891011>>