Searched defs:dentry (Results 276 - 300 of 522) sorted by relevance

<<11121314151617181920>>

/linux-master/fs/ntfs3/
H A Dxattr.c542 struct posix_acl *ntfs_get_acl(struct mnt_idmap *idmap, struct dentry *dentry, argument
664 int ntfs_set_acl(struct mnt_idmap *idmap, struct dentry *dentry, argument
709 int ntfs_acl_chmod(struct mnt_idmap *idmap, struct dentry *dentry) argument
726 ntfs_listxattr(struct dentry *dentry, char *buffer, size_t size) argument
1020 ntfs_xattr_user_list(struct dentry *dentry) argument
[all...]
/linux-master/fs/nilfs2/
H A Ddir.c421 int nilfs_add_link(struct dentry *dentry, struct inode *inode) argument
/linux-master/virt/kvm/
H A Dguest_memfd.c317 static int kvm_gmem_setattr(struct mnt_idmap *idmap, struct dentry *dentry, argument
/linux-master/drivers/clk/baikal-t1/
H A Dccu-pll.c439 static void ccu_pll_debug_init(struct clk_hw *hw, struct dentry *dentry) argument
/linux-master/fs/nfs/
H A Dnfs4idmap.c440 struct dentry *dentry; local
[all...]
/linux-master/arch/powerpc/kvm/
H A Dbook3s_xive.h106 struct dentry *dentry; member in struct:kvmppc_xive
/linux-master/fs/coda/
H A Dupcall.c550 int venus_statfs(struct dentry *dentry, struct kstatfs *sfs) argument
/linux-master/fs/orangefs/
H A Dinode.c826 int __orangefs_setattr_mode(struct dentry *dentry, struct iattr *iattr) argument
841 int orangefs_setattr(struct mnt_idmap *idmap, struct dentry *dentry, argument
920 orangefs_fileattr_get(struct dentry *dentry, struct fileattr *fa) argument
940 orangefs_fileattr_set(struct mnt_idmap *idmap, struct dentry *dentry, struct fileattr *fa) argument
[all...]
/linux-master/fs/proc/
H A Dgeneric.c219 static int proc_misc_d_revalidate(struct dentry *dentry, unsigned int flags) argument
229 static int proc_misc_d_delete(const struct dentry *dentry) argument
118 proc_notify_change(struct mnt_idmap *idmap, struct dentry *dentry, struct iattr *iattr) argument
243 proc_lookup_de(struct inode *dir, struct dentry *dentry, struct proc_dir_entry *de) argument
263 proc_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) argument
346 proc_net_d_revalidate(struct dentry *dentry, unsigned int flags) argument
[all...]
/linux-master/drivers/clk/starfive/
H A Dclk-starfive-jh7110-pll.c427 static void jh7110_pll_debug_init(struct clk_hw *hw, struct dentry *dentry) argument
/linux-master/lib/
H A Dtest_printf.c479 dentry(void) function
/linux-master/fs/nfsd/
H A Dnfs4acl.c129 nfsd4_get_nfs4_acl(struct svc_rqst *rqstp, struct dentry *dentry, argument
/linux-master/fs/
H A Dbinfmt_misc.c58 struct dentry *dentry; member in struct:__anon1662
688 unlink_binfmt_dentry(struct dentry *dentry) argument
812 struct dentry *root = sb->s_root, *dentry; local
[all...]
H A Dxattr.c184 __vfs_setxattr(struct mnt_idmap *idmap, struct dentry *dentry, argument
222 __vfs_setxattr_noperm(struct mnt_idmap *idmap, struct dentry *dentry, const char *name, const void *value, size_t size, int flags) argument
275 __vfs_setxattr_locked(struct mnt_idmap *idmap, struct dentry *dentry, const char *name, const void *value, size_t size, int flags, struct inode **delegated_inode) argument
304 vfs_setxattr(struct mnt_idmap *idmap, struct dentry *dentry, const char *name, const void *value, size_t size, int flags) argument
375 vfs_getxattr_alloc(struct mnt_idmap *idmap, struct dentry *dentry, const char *name, char **xattr_value, size_t xattr_size, gfp_t flags) argument
410 __vfs_getxattr(struct dentry *dentry, struct inode *inode, const char *name, void *value, size_t size) argument
428 vfs_getxattr(struct mnt_idmap *idmap, struct dentry *dentry, const char *name, void *value, size_t size) argument
483 vfs_listxattr(struct dentry *dentry, char *list, size_t size) argument
504 __vfs_removexattr(struct mnt_idmap *idmap, struct dentry *dentry, const char *name) argument
534 __vfs_removexattr_locked(struct mnt_idmap *idmap, struct dentry *dentry, const char *name, struct inode **delegated_inode) argument
566 vfs_removexattr(struct mnt_idmap *idmap, struct dentry *dentry, const char *name) argument
622 do_setxattr(struct mnt_idmap *idmap, struct dentry *dentry, struct xattr_ctx *ctx) argument
999 generic_listxattr(struct dentry *dentry, char *buffer, size_t buffer_size) argument
[all...]
/linux-master/fs/reiserfs/
H A Dxattr.c67 static int xattr_create(struct inode *dir, struct dentry *dentry, int mode) argument
74 static int xattr_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) argument
86 static int xattr_unlink(struct inode *dir, struct dentry *dentry) argument
101 xattr_rmdir(struct inode *dir, struct dentry *dentry) argument
199 struct dentry *dentry; local
276 struct dentry *dentry = buf.dentries[i]; local
333 delete_one_xattr(struct dentry *dentry, void *data) argument
344 chown_one_xattr(struct dentry *dentry, void *data) argument
482 struct dentry *dentry, *xadir; local
519 struct dentry *dentry; local
655 struct dentry *dentry; local
775 reiserfs_posix_acl_list(const char *name, struct dentry *dentry) argument
783 reiserfs_xattr_list(const struct xattr_handler * const *handlers, const char *name, struct dentry *dentry) argument
810 struct dentry *dentry; member in struct:listxattr_buf
847 reiserfs_listxattr(struct dentry * dentry, char *buffer, size_t size) argument
884 create_privroot(struct dentry *dentry) argument
910 create_privroot(struct dentry *dentry) argument
961 xattr_hide_revalidate(struct dentry *dentry, unsigned int flags) argument
972 struct dentry *dentry; local
1014 struct dentry *dentry; local
[all...]
H A Dnamei.c353 static struct dentry *reiserfs_lookup(struct inode *dir, struct dentry *dentry, argument
614 reiserfs_create(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode, bool excl) argument
694 reiserfs_mknod(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode, dev_t rdev) argument
778 reiserfs_mkdir(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode) argument
893 reiserfs_rmdir(struct inode *dir, struct dentry *dentry) argument
991 reiserfs_unlink(struct inode *dir, struct dentry *dentry) argument
1094 reiserfs_symlink(struct mnt_idmap *idmap, struct inode *parent_dir, struct dentry *dentry, const char *symname) argument
1196 reiserfs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) argument
[all...]
/linux-master/kernel/gcov/
H A Dfs.c59 struct dentry *dentry; member in struct:gcov_node
[all...]
/linux-master/fs/ceph/
H A Dcrypto.c358 int ceph_encode_encrypted_fname(struct inode *parent, struct dentry *dentry, argument
/linux-master/kernel/
H A Drelay.c351 struct dentry *dentry; local
340 relay_set_buf_dentry(struct rchan_buf *buf, struct dentry *dentry) argument
379 struct dentry *dentry; local
541 struct dentry *dentry; member in struct:rchan_percpu_buf_dispatcher
574 struct dentry *dentry; local
[all...]
/linux-master/fs/f2fs/
H A Dxattr.c90 static bool f2fs_xattr_user_list(struct dentry *dentry) argument
97 static bool f2fs_xattr_trusted_list(struct dentry *dentry) argument
215 f2fs_xattr_prefix(int index, struct dentry *dentry) argument
562 f2fs_listxattr(struct dentry *dentry, char *buffer, size_t buffer_size) argument
[all...]
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dcommon-spectral.c1028 static int remove_buf_file_handler(struct dentry *dentry) argument
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dinode.c95 spufs_setattr(struct mnt_idmap *idmap, struct dentry *dentry, argument
110 spufs_new_file(struct super_block *sb, struct dentry *dentry, argument
148 struct dentry *dentry; local
158 simple_unlink(d_inode(dir), dentry); local
190 struct dentry *dentry = d_alloc_name(dir, files->name); local
230 spufs_mkdir(struct inode *dir, struct dentry *dentry, unsigned int flags, umode_t mode) argument
402 spufs_create_context(struct inode *inode, struct dentry *dentry, struct vfsmount *mnt, int flags, umode_t mode, struct file *aff_filp) argument
460 spufs_mkgang(struct inode *dir, struct dentry *dentry, umode_t mode) argument
519 spufs_create_gang(struct inode *inode, struct dentry *dentry, struct vfsmount *mnt, umode_t mode) argument
540 spufs_create(const struct path *path, struct dentry *dentry, unsigned int flags, umode_t mode, struct file *filp) argument
[all...]
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_log.c275 static int remove_buf_file_callback(struct dentry *dentry) argument
/linux-master/drivers/android/
H A Dbinderfs.c115 struct dentry *dentry, *root; local
346 is_binderfs_control_device(const struct dentry *dentry) argument
366 binderfs_unlink(struct inode *dir, struct dentry *dentry) argument
394 struct dentry *dentry; local
483 struct dentry *dentry; local
498 binderfs_remove_file(struct dentry *dentry) argument
517 struct dentry *dentry; local
549 struct dentry *dentry; local
593 struct dentry *dentry, *dir; local
616 struct dentry *binder_logs_root_dir, *dentry, *proc_log_dir; local
[all...]
/linux-master/fs/overlayfs/
H A Dnamei.c72 static int ovl_acceptable(void *ctx, struct dentry *dentry) argument
329 struct dentry *dentry = NULL; local
365 ovl_lookup_data_layer(struct dentry *dentry, const char *redirect, const struct ovl_layer *layer, struct path *datapath) argument
398 ovl_lookup_data_layers(struct dentry *dentry, const char *redirect, struct ovl_path *lowerdata) argument
497 ovl_verify_fh(struct ovl_fs *ofs, struct dentry *dentry, enum ovl_xattr ox, const struct ovl_fh *fh) argument
516 ovl_verify_set_fh(struct ovl_fs *ofs, struct dentry *dentry, enum ovl_xattr ox, const struct ovl_fh *fh, bool is_upper, bool set) argument
537 ovl_verify_origin_xattr(struct ovl_fs *ofs, struct dentry *dentry, enum ovl_xattr ox, struct dentry *real, bool is_upper, bool set) argument
871 ovl_path_next(int idx, struct dentry *dentry, struct path *path, const struct ovl_layer **layer) argument
895 ovl_fix_origin(struct ovl_fs *ofs, struct dentry *dentry, struct dentry *lower, struct dentry *upper) argument
922 ovl_maybe_validate_verity(struct dentry *dentry) argument
973 ovl_maybe_lookup_lowerdata(struct dentry *dentry) argument
1018 ovl_verify_lowerdata(struct dentry *dentry) argument
1029 ovl_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) argument
1373 ovl_lower_positive(struct dentry *dentry) argument
[all...]

Completed in 490 milliseconds

<<11121314151617181920>>