Home
last modified time | relevance | path

Searched defs:dentry (Results 1 – 18 of 18) sorted by relevance

/include/linux/
Ddcache.h89 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 …]
Dfsnotify.h75 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()
Dpath.h9 struct dentry *dentry; member
Dsecurity.h1878 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 …]
Dinotify.h142 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()
Ddebugfs.h104 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()
Ddnotify.h50 static inline void dnotify_parent(struct dentry *dentry, unsigned long event) in dnotify_parent()
Dsmb_fs.h88 smb_age_dentry(struct smb_sb_info *server, struct dentry *dentry) in smb_age_dentry()
103 struct dentry *dentry[SMB_DIRCACHE_SIZE]; member
Dreiserfs_acl.h94 reiserfs_inherit_default_acl(const struct inode *dir, struct dentry *dentry, in reiserfs_inherit_default_acl()
Dsmb_fs_sb.h33 #define server_from_dentry(dentry) SMB_SB((dentry)->d_sb) argument
Dcgroup.h146 struct dentry *dentry; /* cgroup fs entry, RCU protected */ member
454 struct dentry *dentry) in cgroupstats_build()
Drelay.h43 struct dentry *dentry; /* channel file dentry */ member
Dnfs_fs.h294 static inline void nfs_set_verifier(struct dentry * dentry, unsigned long verf) in nfs_set_verifier()
Daudit.h434 static inline void audit_inode(const char *name, const struct dentry *dentry) { in audit_inode()
439 const struct dentry *dentry, in audit_inode_child()
Dkvm_host.h413 struct dentry *dentry; member
Dfs.h2145 static inline ino_t parent_ino(struct dentry *dentry) in parent_ino()
/include/net/
Daf_unix.h49 struct dentry *dentry; member
/include/linux/nfsd/
Dnfsfh.h315 struct dentry *dentry = fhp->fh_dentry; in fh_lock_nested() local