Searched defs:dentry (Results 1 – 18 of 18) sorted by relevance
/include/linux/ |
D | dcache.h | 89 struct dentry { struct 92 spinlock_t d_lock; /* per dentry lock */ argument 101 struct dentry *d_parent; /* parent directory */ argument 115 struct dentry_operations *d_op; argument 116 struct super_block *d_sb; /* The root of the dentry tree */ argument 123 * dentry->d_lock spinlock nesting subclasses: argument 206 static inline void __d_drop(struct dentry *dentry) in __d_drop() 214 static inline void d_drop(struct dentry *dentry) in d_drop() 223 static inline int dname_external(struct dentry *dentry) in dname_external() 331 static inline struct dentry *dget(struct dentry *dentry) in dget() [all …]
|
D | fsnotify.h | 75 static inline void fsnotify_nameremove(struct dentry *dentry, int isdir) in fsnotify_nameremove() 103 static inline void fsnotify_create(struct inode *inode, struct dentry *dentry) in fsnotify_create() 128 static inline void fsnotify_mkdir(struct inode *inode, struct dentry *dentry) in fsnotify_mkdir() 139 static inline void fsnotify_access(struct dentry *dentry) in fsnotify_access() 155 static inline void fsnotify_modify(struct dentry *dentry) in fsnotify_modify() 171 static inline void fsnotify_open(struct dentry *dentry) in fsnotify_open() 188 struct dentry *dentry = file->f_path.dentry; in fsnotify_close() local 204 static inline void fsnotify_xattr(struct dentry *dentry) in fsnotify_xattr() 220 static inline void fsnotify_change(struct dentry *dentry, unsigned int ia_valid) in fsnotify_change()
|
D | path.h | 9 struct dentry *dentry; member
|
D | security.h | 1878 static inline int security_quota_on(struct dentry *dentry) in security_quota_on() 1959 static inline int security_sb_statfs(struct dentry *dentry) in security_sb_statfs() 2039 struct dentry *dentry, in security_inode_create() 2053 struct dentry *dentry) in security_inode_unlink() 2059 struct dentry *dentry, in security_inode_symlink() 2066 struct dentry *dentry, in security_inode_mkdir() 2073 struct dentry *dentry) in security_inode_rmdir() 2079 struct dentry *dentry, in security_inode_mknod() 2093 static inline int security_inode_readlink(struct dentry *dentry) in security_inode_readlink() 2098 static inline int security_inode_follow_link(struct dentry *dentry, in security_inode_follow_link() [all …]
|
D | inotify.h | 142 static inline void inotify_d_instantiate(struct dentry *dentry, in inotify_d_instantiate() 147 static inline void inotify_d_move(struct dentry *dentry) in inotify_d_move() 158 static inline void inotify_dentry_parent_queue_event(struct dentry *dentry, in inotify_dentry_parent_queue_event()
|
D | debugfs.h | 104 static inline void debugfs_remove(struct dentry *dentry) in debugfs_remove() 107 static inline void debugfs_remove_recursive(struct dentry *dentry) in debugfs_remove_recursive()
|
D | dnotify.h | 50 static inline void dnotify_parent(struct dentry *dentry, unsigned long event) in dnotify_parent()
|
D | smb_fs.h | 88 smb_age_dentry(struct smb_sb_info *server, struct dentry *dentry) in smb_age_dentry() 103 struct dentry *dentry[SMB_DIRCACHE_SIZE]; member
|
D | reiserfs_acl.h | 94 reiserfs_inherit_default_acl(const struct inode *dir, struct dentry *dentry, in reiserfs_inherit_default_acl()
|
D | smb_fs_sb.h | 33 #define server_from_dentry(dentry) SMB_SB((dentry)->d_sb) argument
|
D | cgroup.h | 146 struct dentry *dentry; /* cgroup fs entry, RCU protected */ member 454 struct dentry *dentry) in cgroupstats_build()
|
D | relay.h | 43 struct dentry *dentry; /* channel file dentry */ member
|
D | nfs_fs.h | 294 static inline void nfs_set_verifier(struct dentry * dentry, unsigned long verf) in nfs_set_verifier()
|
D | audit.h | 434 static inline void audit_inode(const char *name, const struct dentry *dentry) { in audit_inode() 439 const struct dentry *dentry, in audit_inode_child()
|
D | kvm_host.h | 413 struct dentry *dentry; member
|
D | fs.h | 2145 static inline ino_t parent_ino(struct dentry *dentry) in parent_ino()
|
/include/net/ |
D | af_unix.h | 49 struct dentry *dentry; member
|
/include/linux/nfsd/ |
D | nfsfh.h | 315 struct dentry *dentry = fhp->fh_dentry; in fh_lock_nested() local
|