Home
last modified time | relevance | path

Searched defs:dentry (Results 201 – 400 of 430) sorted by relevance

123

/linux-4.1.27/fs/exofs/
Ddir.c310 struct dentry *dentry, struct page **res_page) in exofs_find_entry()
391 ino_t exofs_inode_by_name(struct inode *dir, struct dentry *dentry) in exofs_inode_by_name()
430 int exofs_add_link(struct dentry *dentry, struct inode *inode) in exofs_add_link()
Dsuper.c883 static int exofs_statfs(struct dentry *dentry, struct kstatfs *buf) in exofs_statfs()
Dinode.c1029 int exofs_setattr(struct dentry *dentry, struct iattr *iattr) in exofs_setattr()
/linux-4.1.27/fs/
Dbinfmt_misc.c56 struct dentry *dentry; member
583 struct dentry *dentry; in kill_node() local
668 struct dentry *root, *dentry; in bm_register_write() local
Danon_inodes.c31 static char *anon_inodefs_dname(struct dentry *dentry, char *buffer, int buflen) in anon_inodefs_dname()
Dposix_acl.c771 posix_acl_xattr_get(struct dentry *dentry, const char *name, in posix_acl_xattr_get()
795 posix_acl_xattr_set(struct dentry *dentry, const char *name, in posix_acl_xattr_set()
831 posix_acl_xattr_list(struct dentry *dentry, char *list, size_t list_size, in posix_acl_xattr_list()
Dmount.h95 static inline void detach_mounts(struct dentry *dentry) in detach_mounts()
134 static inline bool is_local_mountpoint(struct dentry *dentry) in is_local_mountpoint()
Dfile_table.c188 struct dentry *dentry = file->f_path.dentry; in __fput() local
Dfhandle.c133 static int vfs_dentry_acceptable(void *context, struct dentry *dentry) in vfs_dentry_acceptable()
Dlocks.c1576 check_conflicting_open(const struct dentry *dentry, const long arg, int flags) in check_conflicting_open()
1598 struct dentry *dentry = filp->f_path.dentry; in generic_add_lease() local
1713 struct dentry *dentry = filp->f_path.dentry; in generic_delete_lease() local
1753 struct dentry *dentry = filp->f_path.dentry; in generic_setlease() local
Dinode.c1640 int should_remove_suid(struct dentry *dentry) in should_remove_suid()
1663 static int __remove_suid(struct dentry *dentry, int kill) in __remove_suid()
1677 struct dentry *dentry = file->f_path.dentry; in file_remove_suid() local
Dstatfs.c49 static int statfs_by_dentry(struct dentry *dentry, struct kstatfs *buf) in statfs_by_dentry()
Dseq_file.c523 int seq_dentry(struct seq_file *m, struct dentry *dentry, const char *esc) in seq_dentry()
Dpipe.c627 static char *pipefs_dname(struct dentry *dentry, char *buffer, int buflen) in pipefs_dname()
Dfs-writeback.c1205 struct dentry *dentry; in block_dump___mark_inode_dirty() local
/linux-4.1.27/security/selinux/
Dselinuxfs.c1208 struct dentry *dentry = NULL; in sel_make_bools() local
1454 struct dentry *dentry; in sel_make_avc_files() local
1500 struct dentry *dentry; in sel_make_initcon_files() local
1596 struct dentry *dentry; in sel_make_perm_files() local
1624 struct dentry *dentry = NULL; in sel_make_class_dir_entries() local
1691 struct dentry *dentry = NULL; in sel_make_policycap() local
1721 struct dentry *dentry = d_alloc_name(dir, name); in sel_make_dir() local
1748 struct dentry *dentry; in sel_fill_super() local
/linux-4.1.27/fs/ncpfs/
Dsymlink.c106 int ncp_symlink(struct inode *dir, struct dentry *dentry, const char *symname) { in ncp_symlink()
Dinode.c800 static int ncp_statfs(struct dentry *dentry, struct kstatfs *buf) in ncp_statfs()
866 int ncp_notify_change(struct dentry *dentry, struct iattr *attr) in ncp_notify_change()
Dioctl.c376 struct dentry* dentry = inode->i_sb->s_root; in __ncp_ioctl() local
408 struct dentry* dentry; in __ncp_ioctl() local
Dncplib_kernel.c728 struct dentry *dentry) in ncp_del_file_or_subdir2()
/linux-4.1.27/fs/ocfs2/
Ddir.h70 struct dentry *dentry, in ocfs2_add_entry()
Dfile.c1126 int ocfs2_setattr(struct dentry *dentry, struct iattr *attr) in ocfs2_setattr()
1275 struct dentry *dentry, in ocfs2_getattr()
2116 struct dentry *dentry = file->f_path.dentry; in ocfs2_prepare_inode_for_write() local
Dxattr.c1016 ssize_t ocfs2_listxattr(struct dentry *dentry, in ocfs2_listxattr()
7236 static size_t ocfs2_xattr_security_list(struct dentry *dentry, char *list, in ocfs2_xattr_security_list()
7251 static int ocfs2_xattr_security_get(struct dentry *dentry, const char *name, in ocfs2_xattr_security_get()
7260 static int ocfs2_xattr_security_set(struct dentry *dentry, const char *name, in ocfs2_xattr_security_set()
7326 static size_t ocfs2_xattr_trusted_list(struct dentry *dentry, char *list, in ocfs2_xattr_trusted_list()
7341 static int ocfs2_xattr_trusted_get(struct dentry *dentry, const char *name, in ocfs2_xattr_trusted_get()
7350 static int ocfs2_xattr_trusted_set(struct dentry *dentry, const char *name, in ocfs2_xattr_trusted_set()
7370 static size_t ocfs2_xattr_user_list(struct dentry *dentry, char *list, in ocfs2_xattr_user_list()
7389 static int ocfs2_xattr_user_get(struct dentry *dentry, const char *name, in ocfs2_xattr_user_get()
7402 static int ocfs2_xattr_user_set(struct dentry *dentry, const char *name, in ocfs2_xattr_user_set()
Dinode.c1210 int ocfs2_inode_revalidate(struct dentry *dentry) in ocfs2_inode_revalidate()
Ddlmglue.c2662 int ocfs2_dentry_lock(struct dentry *dentry, int ex) in ocfs2_dentry_lock()
2687 void ocfs2_dentry_unlock(struct dentry *dentry, int ex) in ocfs2_dentry_unlock()
3706 struct dentry *dentry; in ocfs2_dentry_convert_worker() local
Dsuper.c1663 static int ocfs2_statfs(struct dentry *dentry, struct kstatfs *buf) in ocfs2_statfs()
/linux-4.1.27/fs/hfsplus/
Dioctl.c28 struct dentry *dentry = file->f_path.dentry; in hfsplus_ioctl_bless() local
Dunicode.c337 int hfsplus_hash_dentry(const struct dentry *dentry, struct qstr *str) in hfsplus_hash_dentry()
388 int hfsplus_compare_dentry(const struct dentry *parent, const struct dentry *dentry, in hfsplus_compare_dentry()
Dsuper.c305 static int hfsplus_statfs(struct dentry *dentry, struct kstatfs *buf) in hfsplus_statfs()
Dinode.c244 static int hfsplus_setattr(struct dentry *dentry, struct iattr *attr) in hfsplus_setattr()
/linux-4.1.27/fs/qnx4/
Dnamei.c94 struct dentry * qnx4_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) in qnx4_lookup()
Dinode.c128 static int qnx4_statfs(struct dentry *dentry, struct kstatfs *buf) in qnx4_statfs()
/linux-4.1.27/fs/jffs2/
Dfs.c191 int jffs2_setattr(struct dentry *dentry, struct iattr *iattr) in jffs2_setattr()
207 int jffs2_statfs(struct dentry *dentry, struct kstatfs *buf) in jffs2_statfs()
Dxattr.c961 ssize_t jffs2_listxattr(struct dentry *dentry, char *buffer, size_t size) in jffs2_listxattr()
/linux-4.1.27/fs/romfs/
Dsuper.c211 static struct dentry *romfs_lookup(struct inode *dir, struct dentry *dentry, in romfs_lookup()
415 static int romfs_statfs(struct dentry *dentry, struct kstatfs *buf) in romfs_statfs()
/linux-4.1.27/drivers/oprofile/
Doprofilefs.c138 struct dentry *dentry; in __oprofilefs_create_file() local
215 struct dentry *dentry; in oprofilefs_mkdir() local
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_fs.c48 static int ipathfs_mknod(struct inode *dir, struct dentry *dentry, in ipathfs_mknod()
80 struct dentry *parent, struct dentry **dentry, in create_file()
/linux-4.1.27/security/apparmor/include/
Dapparmor.h115 static inline bool mediated_filesystem(struct dentry *dentry) in mediated_filesystem()
Dapparmorfs.h30 struct dentry *dentry; member
/linux-4.1.27/fs/nfs/
Dnfs4file.c25 struct dentry *dentry = filp->f_path.dentry; in nfs4_file_open() local
Dnfs4proc.c98 nfs4_label_init_security(struct inode *dir, struct dentry *dentry, in nfs4_label_init_security()
131 nfs4_label_init_security(struct inode *dir, struct dentry *dentry, in nfs4_label_init_security()
263 static void nfs4_setup_readdir(u64 cookie, __be32 *verifier, struct dentry *dentry, in nfs4_setup_readdir()
922 struct dentry *dentry; member
1001 static struct nfs4_opendata *nfs4_opendata_alloc(struct dentry *dentry, in nfs4_opendata_alloc()
2309 struct dentry *dentry; in _nfs4_open_and_get_state() local
2370 struct dentry *dentry = ctx->dentry; in _nfs4_do_open() local
3263 nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr, in nfs4_proc_setattr()
3542 nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr, in nfs4_proc_create()
3777 static int nfs4_do_create(struct inode *dir, struct dentry *dentry, struct nfs4_createdata *data) in nfs4_do_create()
[all …]
Dnfs3acl.c280 nfs3_listxattr(struct dentry *dentry, char *data, size_t size) in nfs3_listxattr()
Dinode.c502 nfs_setattr(struct dentry *dentry, struct iattr *attr) in nfs_setattr()
623 static void nfs_request_parent_use_readdirplus(struct dentry *dentry) in nfs_request_parent_use_readdirplus()
642 int nfs_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) in nfs_getattr()
781 struct nfs_open_context *alloc_nfs_open_context(struct dentry *dentry, fmode_t f_mode) in alloc_nfs_open_context()
Dnfs4super.c219 struct dentry *dentry; in nfs_follow_remote_path() local
Dinternal.h40 const struct dentry *dentry; member
540 static inline char *nfs_devname(struct dentry *dentry, in nfs_devname()
Dnfs4idmap.c428 struct dentry *dentry; in nfs_idmap_pipe_create() local
Dsuper.c430 int nfs_statfs(struct dentry *dentry, struct kstatfs *buf) in nfs_statfs()
794 int nfs_show_path(struct seq_file *m, struct dentry *dentry) in nfs_show_path()
/linux-4.1.27/fs/ext4/
Dxattr.c184 ext4_listxattr(struct dentry *dentry, char *buffer, size_t size) in ext4_listxattr()
398 ext4_xattr_list_entries(struct dentry *dentry, struct ext4_xattr_entry *entry, in ext4_xattr_list_entries()
424 ext4_xattr_block_list(struct dentry *dentry, char *buffer, size_t buffer_size) in ext4_xattr_block_list()
461 ext4_xattr_ibody_list(struct dentry *dentry, char *buffer, size_t buffer_size) in ext4_xattr_ibody_list()
500 ext4_xattr_list(struct dentry *dentry, char *buffer, size_t buffer_size) in ext4_xattr_list()
Dinline.c998 struct dentry *dentry, in ext4_add_dirent_to_inline()
1251 int ext4_try_add_inline_entry(handle_t *handle, struct dentry *dentry, in ext4_try_add_inline_entry()
/linux-4.1.27/fs/freevxfs/
Dvxfs_super.c109 vxfs_statfs(struct dentry *dentry, struct kstatfs *bufp) in vxfs_statfs()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Ddebug.c100 struct dentry *dentry = drvr->dbgfs_dir; in brcmf_debugfs_add_entry() local
/linux-4.1.27/fs/fuse/
Dcontrol.c206 struct dentry *dentry; in fuse_ctl_add_dentry() local
285 struct dentry *dentry = fc->ctl_dentry[i]; in fuse_ctl_remove_conn() local
Ddir.c1170 struct dentry *dentry; in fuse_direntplus_link() local
1368 static char *read_link(struct dentry *dentry) in read_link()
1403 static void *fuse_follow_link(struct dentry *dentry, struct nameidata *nd) in fuse_follow_link()
1409 static void fuse_put_link(struct dentry *dentry, struct nameidata *nd, void *c) in fuse_put_link()
Dinode.c408 static int fuse_statfs(struct dentry *dentry, struct kstatfs *buf) in fuse_statfs()
/linux-4.1.27/fs/ceph/
Dmds_client.c674 static struct dentry *get_nonsnap_parent(struct dentry *dentry) in get_nonsnap_parent()
1719 char *ceph_mdsc_build_path(struct dentry *dentry, int *plen, u64 *base, in ceph_mdsc_build_path()
1800 static int build_dentry_path(struct dentry *dentry, in build_dentry_path()
1824 struct dentry *dentry; in build_inode_path() local
2737 struct dentry *dentry; in encode_caps_cb() local
3084 void __ceph_mdsc_drop_dentry_lease(struct dentry *dentry) in __ceph_mdsc_drop_dentry_lease()
3098 struct dentry *parent, *dentry; in handle_lease() local
3199 struct dentry *dentry, char action, in ceph_mdsc_lease_send_msg()
3238 struct dentry *dentry) in ceph_mdsc_lease_release()
Dinode.c923 static void update_dentry_lease(struct dentry *dentry, in update_dentry_lease()
1694 static void *ceph_sym_follow_link(struct dentry *dentry, struct nameidata *nd) in ceph_sym_follow_link()
1715 int ceph_setattr(struct dentry *dentry, struct iattr *attr) in ceph_setattr()
1990 int ceph_getattr(struct vfsmount *mnt, struct dentry *dentry, in ceph_getattr()
Dacl.c91 struct dentry *dentry; in ceph_set_acl() local
Ddebugfs.c150 struct dentry *dentry = di->dentry; in dentry_lru_show() local
Dsuper.h226 struct dentry *dentry; member
509 static inline struct ceph_dentry_info *ceph_dentry(struct dentry *dentry) in ceph_dentry()
609 struct dentry *dentry; /* next dentry (for dcache readdir) */ member
814 static inline int ceph_acl_chmod(struct dentry *dentry, struct inode *inode) in ceph_acl_chmod()
Dsuper.c45 static int ceph_statfs(struct dentry *dentry, struct kstatfs *buf) in ceph_statfs()
Dfile.c229 int ceph_atomic_open(struct inode *dir, struct dentry *dentry, in ceph_atomic_open()
/linux-4.1.27/fs/reiserfs/
Dacl.h71 const struct inode *dir, struct dentry *dentry, in reiserfs_inherit_default_acl()
Dxattr_acl.c303 struct inode *dir, struct dentry *dentry, in reiserfs_inherit_default_acl()
Dinode.c1930 loff_t i_size, struct dentry *dentry, in reiserfs_new_inode()
3309 int reiserfs_setattr(struct dentry *dentry, struct iattr *attr) in reiserfs_setattr()
Dsuper.c2198 static int reiserfs_statfs(struct dentry *dentry, struct kstatfs *buf) in reiserfs_statfs()
/linux-4.1.27/fs/squashfs/
Dexport.c78 struct dentry *dentry = ERR_PTR(-ENOENT); in squashfs_export_iget() local
Dnamei.c139 static struct dentry *squashfs_lookup(struct inode *dir, struct dentry *dentry, in squashfs_lookup()
Dsuper.c353 static int squashfs_statfs(struct dentry *dentry, struct kstatfs *buf) in squashfs_statfs()
/linux-4.1.27/fs/efs/
Dnamei.c64 struct dentry *efs_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) in efs_lookup()
Dsuper.c332 static int efs_statfs(struct dentry *dentry, struct kstatfs *buf) { in efs_statfs()
/linux-4.1.27/fs/proc/
Dproc_sysctl.c472 static struct dentry *proc_sys_lookup(struct inode *dir, struct dentry *dentry, in proc_sys_lookup()
748 static int proc_sys_setattr(struct dentry *dentry, struct iattr *attr) in proc_sys_setattr()
765 static int proc_sys_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) in proc_sys_getattr()
809 static int proc_sys_revalidate(struct dentry *dentry, unsigned int flags) in proc_sys_revalidate()
816 static int proc_sys_delete(const struct dentry *dentry) in proc_sys_delete()
836 static int proc_sys_compare(const struct dentry *parent, const struct dentry *dentry, in proc_sys_compare()
Dinode.c397 static void *proc_follow_link(struct dentry *dentry, struct nameidata *nd) in proc_follow_link()
406 static void proc_put_link(struct dentry *dentry, struct nameidata *nd, void *p) in proc_put_link()
/linux-4.1.27/fs/nilfs2/
Dsuper.c610 static int nilfs_statfs(struct dentry *dentry, struct kstatfs *buf) in nilfs_statfs()
680 static int nilfs_show_options(struct seq_file *seq, struct dentry *dentry) in nilfs_show_options()
923 struct dentry *dentry; in nilfs_get_root_dentry() local
1020 struct dentry *dentry; in nilfs_checkpoint_is_mounted() local
Ddir.c436 int nilfs_add_link(struct dentry *dentry, struct inode *inode) in nilfs_add_link()
Dinode.c835 int nilfs_setattr(struct dentry *dentry, struct iattr *iattr) in nilfs_setattr()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_lib.c1165 static int ll_md_setattr(struct dentry *dentry, struct md_op_data *op_data, in ll_md_setattr()
1291 int ll_setattr_raw(struct dentry *dentry, struct iattr *attr, bool hsm_import) in ll_setattr_raw()
2242 int ll_show_options(struct seq_file *seq, struct dentry *dentry) in ll_show_options()
2331 struct dentry *dentry = NULL; in ll_dirty_page_discard_warn() local
Dstatahead.c881 struct dentry *dentry) in do_sa_revalidate()
932 struct dentry *dentry = NULL; in ll_statahead_one() local
1367 static int is_first_dirent(struct inode *dir, struct dentry *dentry) in is_first_dirent()
Dllite_nfs.c230 static int ll_get_name(struct dentry *dentry, char *name, in ll_get_name()
Dllite_internal.h1218 ll_statahead_mark(struct inode *dir, struct dentry *dentry) in ll_statahead_mark()
1467 static inline int d_lustre_invalid(const struct dentry *dentry) in d_lustre_invalid()
1474 static inline void __d_lustre_invalidate(struct dentry *dentry) in __d_lustre_invalidate()
1487 static inline void d_lustre_invalidate(struct dentry *dentry, int nested) in d_lustre_invalidate()
1501 static inline void d_lustre_revalidate(struct dentry *dentry) in d_lustre_revalidate()
Dfile.c388 static int ll_intent_file_open(struct dentry *dentry, void *lmm, in ll_intent_file_open()
1345 int ll_lov_setstripe_ea_info(struct inode *inode, struct dentry *dentry, in ll_lov_setstripe_ea_info()
2897 static int __ll_inode_revalidate(struct dentry *dentry, __u64 ibits) in __ll_inode_revalidate()
2992 static int ll_inode_revalidate(struct dentry *dentry, __u64 ibits) in ll_inode_revalidate()
/linux-4.1.27/fs/afs/
Dmntpt.c106 struct dentry *dentry, in afs_mntpt_lookup()
Dsuper.c529 static int afs_statfs(struct dentry *dentry, struct kstatfs *buf) in afs_statfs()
/linux-4.1.27/fs/ecryptfs/
Decryptfs_kernel.h500 ecryptfs_dentry_to_private(struct dentry *dentry) in ecryptfs_dentry_to_private()
506 ecryptfs_set_dentry_private(struct dentry *dentry, in ecryptfs_set_dentry_private()
513 ecryptfs_dentry_to_lower(struct dentry *dentry) in ecryptfs_dentry_to_lower()
519 ecryptfs_dentry_to_lower_mnt(struct dentry *dentry) in ecryptfs_dentry_to_lower_mnt()
525 ecryptfs_dentry_to_lower_path(struct dentry *dentry) in ecryptfs_dentry_to_lower_path()
Dmain.c119 static int ecryptfs_init_lower_file(struct dentry *dentry, in ecryptfs_init_lower_file()
137 int ecryptfs_get_lower_file(struct dentry *dentry, struct inode *inode) in ecryptfs_get_lower_file()
Dfile.c131 static int read_or_initialize_metadata(struct dentry *dentry) in read_or_initialize_metadata()
/linux-4.1.27/fs/cramfs/
Dinode.c349 static int cramfs_statfs(struct dentry *dentry, struct kstatfs *buf) in cramfs_statfs()
433 static struct dentry *cramfs_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) in cramfs_lookup()
/linux-4.1.27/fs/hpfs/
Dinode.c258 int hpfs_setattr(struct dentry *dentry, struct iattr *attr) in hpfs_setattr()
Ddir.c196 struct dentry *hpfs_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) in hpfs_lookup()
Dsuper.c176 static int hpfs_statfs(struct dentry *dentry, struct kstatfs *buf) in hpfs_statfs()
/linux-4.1.27/fs/minix/
Dinode.c356 static int minix_statfs(struct dentry *dentry, struct kstatfs *buf) in minix_statfs()
626 int minix_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) in minix_getattr()
/linux-4.1.27/fs/cifs/
Ddir.c852 static int cifs_ci_hash(const struct dentry *dentry, struct qstr *q) in cifs_ci_hash()
872 static int cifs_ci_compare(const struct dentry *parent, const struct dentry *dentry, in cifs_ci_compare()
Dcifsfs.c181 cifs_statfs(struct dentry *dentry, struct kstatfs *buf) in cifs_statfs()
594 struct dentry *dentry; in cifs_get_root() local
Dreaddir.c79 struct dentry *dentry, *alias; in cifs_prime_dcache() local
/linux-4.1.27/fs/pstore/
Dinode.c191 static int pstore_unlink(struct inode *dir, struct dentry *dentry) in pstore_unlink()
305 struct dentry *dentry; in pstore_mkfile() local
/linux-4.1.27/include/linux/
Ddebugfs.h158 static inline void debugfs_remove(struct dentry *dentry) in debugfs_remove()
161 static inline void debugfs_remove_recursive(struct dentry *dentry) in debugfs_remove_recursive()
Dlsm_audit.h58 struct dentry *dentry; member
Dnfs_fs.h80 struct dentry *dentry; member
305 static inline void nfs_set_verifier(struct dentry * dentry, unsigned long verf) in nfs_set_verifier()
Drelay.h41 struct dentry *dentry; /* channel file dentry */ member
Dcgroup.h504 struct dentry *dentry) in cgroupstats_build()
Df2fs_fs.h441 struct f2fs_dir_entry dentry[NR_DENTRY_IN_BLOCK]; member
459 struct f2fs_dir_entry dentry[NR_INLINE_DENTRY]; member
Dkernfs.h352 static inline struct kernfs_node *kernfs_node_from_dentry(struct dentry *dentry) in kernfs_node_from_dentry()
/linux-4.1.27/fs/ramfs/
Dfile-nommu.c164 static int ramfs_nommu_setattr(struct dentry *dentry, struct iattr *ia) in ramfs_nommu_setattr()
/linux-4.1.27/fs/notify/
Dfsnotify.c90 int __fsnotify_parent(struct path *path, struct dentry *dentry, __u32 mask) in __fsnotify_parent()
/linux-4.1.27/fs/ext2/
Dxattr.c244 ext2_xattr_list(struct dentry *dentry, char *buffer, size_t buffer_size) in ext2_xattr_list()
325 ext2_listxattr(struct dentry *dentry, char *buffer, size_t size) in ext2_listxattr()
Ddir.c487 int ext2_add_link (struct dentry *dentry, struct inode *inode) in ext2_add_link()
Dsuper.c1363 static int ext2_statfs (struct dentry * dentry, struct kstatfs * buf) in ext2_statfs()
Dinode.c1545 int ext2_setattr(struct dentry *dentry, struct iattr *iattr) in ext2_setattr()
/linux-4.1.27/fs/hfs/
Dinode.c503 static struct dentry *hfs_file_lookup(struct inode *dir, struct dentry *dentry, in hfs_file_lookup()
601 int hfs_inode_setattr(struct dentry *dentry, struct iattr * attr) in hfs_inode_setattr()
Dsuper.c94 static int hfs_statfs(struct dentry *dentry, struct kstatfs *buf) in hfs_statfs()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
Ddebug.c204 struct dentry *dentry = drvr->dbgfs_dir; in brcms_debugfs_add_entry() local
/linux-4.1.27/fs/f2fs/
Dfile.c100 struct dentry *dentry; in get_parent_ino() local
575 struct dentry *dentry, struct kstat *stat) in f2fs_getattr()
614 int f2fs_setattr(struct dentry *dentry, struct iattr *attr) in f2fs_setattr()
Dxattr.h135 static inline ssize_t f2fs_listxattr(struct dentry *dentry, char *buffer, in f2fs_listxattr()
Dinline.c458 void f2fs_delete_inline_entry(struct f2fs_dir_entry *dentry, struct page *page, in f2fs_delete_inline_entry()
Ddir.c652 void f2fs_delete_entry(struct f2fs_dir_entry *dentry, struct page *page, in f2fs_delete_entry()
Dsuper.c544 static int f2fs_statfs(struct dentry *dentry, struct kstatfs *buf) in f2fs_statfs()
/linux-4.1.27/fs/kernfs/
Dmount.c32 static int kernfs_sop_show_options(struct seq_file *sf, struct dentry *dentry) in kernfs_sop_show_options()
Dfile.c838 struct dentry *dentry; in kernfs_notify_workfn() local
/linux-4.1.27/fs/9p/
Dvfs_super.c245 static int v9fs_statfs(struct dentry *dentry, struct kstatfs *buf) in v9fs_statfs()
Dv9fs.h176 static inline struct v9fs_session_info *v9fs_dentry2v9ses(struct dentry *dentry) in v9fs_dentry2v9ses()
/linux-4.1.27/security/smack/
Dsmack_lsm.c691 static int smack_sb_statfs(struct dentry *dentry) in smack_sb_statfs()
912 static int smack_inode_unlink(struct inode *dir, struct dentry *dentry) in smack_inode_unlink()
946 static int smack_inode_rmdir(struct inode *dir, struct dentry *dentry) in smack_inode_rmdir()
1048 static int smack_inode_setattr(struct dentry *dentry, struct iattr *iattr) in smack_inode_setattr()
1098 static int smack_inode_setxattr(struct dentry *dentry, const char *name, in smack_inode_setxattr()
1161 static void smack_inode_post_setxattr(struct dentry *dentry, const char *name, in smack_inode_post_setxattr()
1202 static int smack_inode_getxattr(struct dentry *dentry, const char *name) in smack_inode_getxattr()
1224 static int smack_inode_removexattr(struct dentry *dentry, const char *name) in smack_inode_removexattr()
4251 static int smack_inode_setsecctx(struct dentry *dentry, void *ctx, u32 ctxlen) in smack_inode_setsecctx()
/linux-4.1.27/fs/udf/
Dfile.c250 static int udf_setattr(struct dentry *dentry, struct iattr *attr) in udf_setattr()
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_fs.c50 static int qibfs_mknod(struct inode *dir, struct dentry *dentry, in qibfs_mknod()
87 struct dentry *parent, struct dentry **dentry, in create_file()
/linux-4.1.27/drivers/misc/ibmasm/
Dibmasmfs.c158 struct dentry *dentry; in ibmasmfs_create_file() local
181 struct dentry *dentry; in ibmasmfs_create_dir() local
/linux-4.1.27/drivers/net/wireless/b43legacy/
Ddebugfs.h30 struct dentry *dentry; member
/linux-4.1.27/mm/
Dpage_owner.c299 struct dentry *dentry; in pageowner_init() local
/linux-4.1.27/security/
Dlsm_audit.c263 struct dentry *dentry; in dump_common_audit_data() local
/linux-4.1.27/fs/btrfs/
Dinode.c4018 static int btrfs_unlink(struct inode *dir, struct dentry *dentry) in btrfs_unlink()
4128 static int btrfs_rmdir(struct inode *dir, struct dentry *dentry) in btrfs_rmdir()
4969 static int btrfs_setattr(struct dentry *dentry, struct iattr *attr) in btrfs_setattr()
5239 static int btrfs_inode_by_name(struct inode *dir, struct dentry *dentry, in btrfs_inode_by_name()
5277 struct dentry *dentry, in fixup_tree_root_location()
5548 struct inode *btrfs_lookup_dentry(struct inode *dir, struct dentry *dentry) in btrfs_lookup_dentry()
5601 static int btrfs_dentry_delete(const struct dentry *dentry) in btrfs_dentry_delete()
5620 static void btrfs_dentry_release(struct dentry *dentry) in btrfs_dentry_release()
5625 static struct dentry *btrfs_lookup(struct inode *dir, struct dentry *dentry, in btrfs_lookup()
6262 struct inode *dir, struct dentry *dentry, in btrfs_add_nondir()
[all …]
Dtransaction.h132 struct dentry *dentry; member
Dsuper.c1030 static int btrfs_show_options(struct seq_file *seq, struct dentry *dentry) in btrfs_show_options()
1830 static int btrfs_statfs(struct dentry *dentry, struct kstatfs *buf) in btrfs_statfs()
Dioctl.c432 struct dentry *dentry, in create_subvol()
649 struct dentry *dentry, char *name, int namelen, in create_snapshot()
825 struct dentry *dentry; in btrfs_mksubvol() local
2307 struct dentry *dentry; in btrfs_ioctl_snap_destroy() local
Dtransaction.c1266 struct dentry *dentry; in create_pending_snapshot() local
/linux-4.1.27/fs/adfs/
Dinode.c299 adfs_notify_change(struct dentry *dentry, struct iattr *attr) in adfs_notify_change()
Dsuper.c220 static int adfs_statfs(struct dentry *dentry, struct kstatfs *buf) in adfs_statfs()
/linux-4.1.27/fs/nfsd/
Dnfs3acl.c174 struct dentry *dentry = resp->fh.fh_dentry; in nfs3svc_encode_getaclres() local
Dnfs4acl.c139 nfsd4_get_nfs4_acl(struct svc_rqst *rqstp, struct dentry *dentry, in nfsd4_get_nfs4_acl()
772 struct dentry *dentry; in nfsd4_set_nfs4_acl() local
Dnfsfh.h256 struct dentry *dentry = fhp->fh_dentry; in fh_lock_nested() local
Dnfs2acl.c257 struct dentry *dentry = resp->fh.fh_dentry; in nfsaclsvc_encode_getaclres() local
Dnfs3xdr.c205 struct dentry *dentry = fhp->fh_dentry; in encode_post_op_attr() local
234 struct dentry *dentry = fhp->fh_dentry; in encode_wcc_data() local
Dnfsxdr.c147 struct dentry *dentry = fhp->fh_dentry; in encode_fattr() local
Dnfs4xdr.c2052 struct dentry *dentry = components[ncomponents - 1]; in nfsd4_encode_path() local
2238 struct dentry *dentry, u32 *bmval, in nfsd4_encode_fattr()
2796 struct dentry *dentry, u32 *bmval, in nfsd4_encode_fattr_to_buf()
2824 struct dentry *dentry; in nfsd4_encode_dirent_fattr() local
Dnfsd.h412 static inline int nfsd4_is_junction(struct dentry *dentry) in nfsd4_is_junction()
Dnfs4proc.c97 struct dentry *dentry = cstate->current_fh.fh_dentry; in check_attr_support() local
872 struct dentry *dentry; in nfsd4_secinfo() local
/linux-4.1.27/drivers/net/wimax/i2400m/
Ddebugfs.c243 struct dentry *dentry = i2400m->wimax_dev.debugfs_dentry; in i2400m_debugfs_add() local
Dusb.c397 struct dentry *dentry = i2400mu->i2400m.wimax_dev.debugfs_dentry; in i2400mu_debugfs_add() local
/linux-4.1.27/drivers/usb/gadget/legacy/
Dinode.c145 struct dentry *dentry; member
203 struct dentry *dentry; member
1501 struct dentry *dentry; in destroy_ep_files() local
1938 struct dentry *dentry; in gadgetfs_create_file() local
/linux-4.1.27/net/unix/
Ddiag.c24 struct dentry *dentry = unix_sk(sk)->path.dentry; in sk_diag_dump_vfs() local
Daf_unix.c306 struct dentry *dentry = unix_sk(s)->path.dentry; in unix_find_socket_byinode() local
922 struct dentry *dentry; in unix_find_other() local
940 struct dentry *dentry; in unix_mknod() local
/linux-4.1.27/fs/xfs/
Dxfs_filestream.c287 struct dentry *dentry, *parent; in xfs_filestream_get_parent() local
Dxfs_super.c1046 struct dentry *dentry, in xfs_fs_statfs()
/linux-4.1.27/fs/sysv/
Dinode.c87 static int sysv_statfs(struct dentry *dentry, struct kstatfs *buf) in sysv_statfs()
Ditree.c443 int sysv_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) in sysv_getattr()
/linux-4.1.27/ipc/
Dmqueue.c419 static int mqueue_create(struct inode *dir, struct dentry *dentry, in mqueue_create()
464 static int mqueue_unlink(struct inode *dir, struct dentry *dentry) in mqueue_unlink()
860 struct dentry *dentry; in SYSCALL_DEFINE1() local
/linux-4.1.27/include/linux/sunrpc/
Drpc_pipe_fs.h56 struct dentry *dentry; member
/linux-4.1.27/security/apparmor/
Dfile.c260 static inline bool is_deleted(struct dentry *dentry) in is_deleted()
/linux-4.1.27/fs/logfs/
Dfile.c242 static int logfs_setattr(struct dentry *dentry, struct iattr *attr) in logfs_setattr()
Dsuper.c97 int logfs_statfs(struct dentry *dentry, struct kstatfs *stats) in logfs_statfs()
/linux-4.1.27/drivers/net/wireless/b43/
Ddebugfs.h34 struct dentry *dentry; member
/linux-4.1.27/fs/ufs/
Dtruncate.c493 int ufs_setattr(struct dentry *dentry, struct iattr *attr) in ufs_setattr()
Ddir.c312 int ufs_add_link(struct dentry *dentry, struct inode *inode) in ufs_add_link()
Dsuper.c1385 static int ufs_statfs(struct dentry *dentry, struct kstatfs *buf) in ufs_statfs()
/linux-4.1.27/fs/bfs/
Dinode.c222 static int bfs_statfs(struct dentry *dentry, struct kstatfs *buf) in bfs_statfs()
/linux-4.1.27/net/sunrpc/
Dclnt.c126 struct dentry *dir, *dentry; in rpc_setup_pipedir_sb() local
153 struct dentry *dentry; in rpc_setup_pipedir() local
186 struct dentry *dentry; in __rpc_clnt_handle_event() local
/linux-4.1.27/fs/gfs2/
Dxattr.c421 ssize_t gfs2_listxattr(struct dentry *dentry, char *buffer, size_t size) in gfs2_listxattr()
586 static int gfs2_xattr_get(struct dentry *dentry, const char *name, in gfs2_xattr_get()
1230 static int gfs2_xattr_set(struct dentry *dentry, const char *name, in gfs2_xattr_set()
Dops_fstype.c451 struct dentry *dentry; in gfs2_lookup_root() local
Dsuper.c1172 static int gfs2_statfs(struct dentry *dentry, struct kstatfs *buf) in gfs2_statfs()
/linux-4.1.27/fs/omfs/
Dinode.c272 static int omfs_statfs(struct dentry *dentry, struct kstatfs *buf) in omfs_statfs()
Dfile.c347 static int omfs_setattr(struct dentry *dentry, struct iattr *attr) in omfs_setattr()
/linux-4.1.27/drivers/usb/host/
Duhci-hcd.c568 struct dentry __maybe_unused *dentry; in uhci_start() local
/linux-4.1.27/fs/ocfs2/dlmfs/
Duserdlm.c587 struct dentry *dentry) in user_dlm_lock_res_init()
/linux-4.1.27/fs/ubifs/
Dfile.c1257 int ubifs_setattr(struct dentry *dentry, struct iattr *attr) in ubifs_setattr()
1303 static void *ubifs_follow_link(struct dentry *dentry, struct nameidata *nd) in ubifs_follow_link()
Dsuper.c392 static int ubifs_statfs(struct dentry *dentry, struct kstatfs *buf) in ubifs_statfs()
/linux-4.1.27/kernel/
Dauditsc.c1613 static void handle_path(const struct dentry *dentry) in handle_path()
1753 void __audit_inode(struct filename *name, const struct dentry *dentry, in __audit_inode()
1852 const struct dentry *dentry, in __audit_inode_child()
Daudit.c1688 const struct dentry *dentry) in audit_copy_fcaps()
1710 void audit_copy_inode(struct audit_names *name, const struct dentry *dentry, in audit_copy_inode()
Dcgroup.c1745 struct dentry *dentry; in cgroup_mount() local
4043 int cgroupstats_build(struct cgroupstats *stats, struct dentry *dentry) in cgroupstats_build()
5426 struct cgroup_subsys_state *css_tryget_online_from_dir(struct dentry *dentry, in css_tryget_online_from_dir()
/linux-4.1.27/security/integrity/ima/
Dima.h218 static inline int ima_read_xattr(struct dentry *dentry, in ima_read_xattr()
/linux-4.1.27/fs/openpromfs/
Dinode.c179 static struct dentry *openpromfs_lookup(struct inode *dir, struct dentry *dentry, unsigned int flag… in openpromfs_lookup()
/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_xics.h104 struct dentry *dentry; member
/linux-4.1.27/drivers/staging/lustre/lustre/include/linux/
Dlustre_compat25.h147 #define ll_d_hlist_for_each_entry(dentry, p, i_dentry, alias) \ argument
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dspectral.c484 static int remove_buf_file_handler(struct dentry *dentry) in remove_buf_file_handler()
/linux-4.1.27/fs/coda/
Ddir.c486 static int coda_dentry_delete(const struct dentry * dentry) in coda_dentry_delete()
Dupcall.c550 int venus_statfs(struct dentry *dentry, struct kstatfs *sfs) in venus_statfs()
/linux-4.1.27/fs/affs/
Dsuper.c575 affs_statfs(struct dentry *dentry, struct kstatfs *buf) in affs_statfs()
/linux-4.1.27/drivers/media/platform/exynos4-is/
Dfimc-is.c765 struct dentry *dentry; in fimc_is_debugfs_create() local
/linux-4.1.27/security/tomoyo/
Dcondition.c696 struct dentry *dentry = NULL; in tomoyo_get_attributes() local
/linux-4.1.27/fs/qnx6/
Dinode.c155 static int qnx6_statfs(struct dentry *dentry, struct kstatfs *buf) in qnx6_statfs()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dcommon-spectral.c567 static int remove_buf_file_handler(struct dentry *dentry) in remove_buf_file_handler()
/linux-4.1.27/kernel/gcov/
Dfs.c57 struct dentry *dentry; member
/linux-4.1.27/fs/jfs/
Dsuper.c149 static int jfs_statfs(struct dentry *dentry, struct kstatfs *buf) in jfs_statfs()
/linux-4.1.27/arch/sh/mm/
Dpmb.c864 struct dentry *dentry; in pmb_debugfs_init() local
/linux-4.1.27/fs/ntfs/
Dinode.c2890 int ntfs_setattr(struct dentry *dentry, struct iattr *attr) in ntfs_setattr()
Dsuper.c2615 static int ntfs_statfs(struct dentry *dentry, struct kstatfs *sfs) in ntfs_statfs()
/linux-4.1.27/fs/debugfs/
Dfile.c46 static void *debugfs_follow_link(struct dentry *dentry, struct nameidata *nd) in debugfs_follow_link()
/linux-4.1.27/fs/cachefiles/
Dinternal.h41 struct dentry *dentry; /* the file/dir representing this object */ member
/linux-4.1.27/drivers/media/radio/
Dradio-si476x.c1369 struct dentry *dentry; in si476x_radio_init_debugfs() local
/linux-4.1.27/net/
Dsocket.c312 static char *sockfs_dname(struct dentry *dentry, char *buffer, int buflen) in sockfs_dname()
468 static ssize_t sockfs_getxattr(struct dentry *dentry, in sockfs_getxattr()
494 static ssize_t sockfs_listxattr(struct dentry *dentry, char *buffer, in sockfs_listxattr()
/linux-4.1.27/drivers/usb/gadget/function/
Df_fs.c131 struct dentry *dentry; member
1116 struct dentry *dentry; in ffs_sb_create_file() local
/linux-4.1.27/drivers/media/platform/coda/
Dcoda.h69 struct dentry *dentry; member
/linux-4.1.27/arch/s390/kernel/
Ddebug.c1146 struct dentry *dentry = NULL; in debug_unregister_view() local
/linux-4.1.27/fs/fat/
Dinode.c715 static int fat_statfs(struct dentry *dentry, struct kstatfs *buf) in fat_statfs()
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dmcg.c113 struct device_attribute dentry; member

123