Lines Matching refs:dentry
45 struct dentry;
268 int (*statfs) (struct dentry *, struct kstatfs *);
274 int (*show_options)(struct seq_file *, struct dentry *);
275 int (*show_devname)(struct seq_file *, struct dentry *);
276 int (*show_path)(struct seq_file *, struct dentry *);
277 int (*show_stats)(struct seq_file *, struct dentry *);
301 struct dentry *s_root;
399 struct dentry *(*mount) (struct file_system_type *, int,
420 struct dentry *mnt_root; /* root of the mounted tree */
427 struct dentry *dentry; member
432 #define f_dentry f_path.dentry
568 struct dentry { struct
578 struct dentry *d_parent; /* parent directory */ argument
597 static inline ino_t parent_ino(struct dentry *dentry) in parent_ino() argument
601 spin_lock(&dentry->d_lock); in parent_ino()
602 res = dentry->d_parent->d_inode->i_ino; in parent_ino()
603 spin_unlock(&dentry->d_lock); in parent_ino()
2149 const struct dentry *old_dentry,
2151 const struct dentry *new_dentry, int sync);
2351 int ubifs_setattr(struct dentry *dentry, struct iattr *attr);
2356 int ubifs_getattr(struct vfsmount *mnt, struct dentry *dentry,
2360 int ubifs_setxattr(struct dentry *dentry, const char *name,
2362 ssize_t ubifs_getxattr(struct dentry *dentry, const char *name, void *buf,
2364 ssize_t ubifs_listxattr(struct dentry *dentry, char *buffer, size_t size);
2365 int ubifs_removexattr(struct dentry *dentry, const char *name);
2366 int ubifs_init_security(struct inode *dentry, struct inode *inode,