Lines Matching defs:dentry
108 struct dentry { struct
111 seqcount_t d_seq; /* per dentry seqlock */ argument
113 struct dentry *d_parent; /* parent directory */ argument
120 struct lockref d_lockref; /* per-dentry lock and refcount */ argument
121 const struct dentry_operations *d_op; argument
122 struct super_block *d_sb; /* The root of the dentry tree */ argument
139 * dentry->d_lock spinlock nesting subclasses: argument
322 static inline unsigned d_count(const struct dentry *dentry) in d_count()
349 static inline struct dentry *dget_dlock(struct dentry *dentry) in dget_dlock()
356 static inline struct dentry *dget(struct dentry *dentry) in dget()
372 static inline int d_unhashed(const struct dentry *dentry) in d_unhashed()
377 static inline int d_unlinked(const struct dentry *dentry) in d_unlinked()
382 static inline int cant_mount(const struct dentry *dentry) in cant_mount()
387 static inline void dont_mount(struct dentry *dentry) in dont_mount()
396 static inline bool d_managed(const struct dentry *dentry) in d_managed()
401 static inline bool d_mountpoint(const struct dentry *dentry) in d_mountpoint()
409 static inline unsigned __d_entry_type(const struct dentry *dentry) in __d_entry_type()
414 static inline bool d_is_miss(const struct dentry *dentry) in d_is_miss()
419 static inline bool d_is_whiteout(const struct dentry *dentry) in d_is_whiteout()
424 static inline bool d_can_lookup(const struct dentry *dentry) in d_can_lookup()
429 static inline bool d_is_autodir(const struct dentry *dentry) in d_is_autodir()
434 static inline bool d_is_dir(const struct dentry *dentry) in d_is_dir()
439 static inline bool d_is_symlink(const struct dentry *dentry) in d_is_symlink()
444 static inline bool d_is_reg(const struct dentry *dentry) in d_is_reg()
449 static inline bool d_is_special(const struct dentry *dentry) in d_is_special()
454 static inline bool d_is_file(const struct dentry *dentry) in d_is_file()
459 static inline bool d_is_negative(const struct dentry *dentry) in d_is_negative()
465 static inline bool d_is_positive(const struct dentry *dentry) in d_is_positive()
485 static inline bool d_really_is_negative(const struct dentry *dentry) in d_really_is_negative()
503 static inline bool d_really_is_positive(const struct dentry *dentry) in d_really_is_positive()
510 static inline bool d_is_fallthru(const struct dentry *dentry) in d_is_fallthru()
530 static inline struct inode *d_inode(const struct dentry *dentry) in d_inode()
542 static inline struct inode *d_inode_rcu(const struct dentry *dentry) in d_inode_rcu()