Lines Matching defs:ip
98 static inline bool xfs_inode_on_unlinked_list(const struct xfs_inode *ip) in xfs_inode_on_unlinked_list()
103 static inline bool xfs_inode_has_attr_fork(struct xfs_inode *ip) in xfs_inode_has_attr_fork()
110 struct xfs_inode *ip, in xfs_ifork_ptr()
128 static inline unsigned int xfs_inode_fork_boff(struct xfs_inode *ip) in xfs_inode_fork_boff()
133 static inline unsigned int xfs_inode_data_fork_size(struct xfs_inode *ip) in xfs_inode_data_fork_size()
141 static inline unsigned int xfs_inode_attr_fork_size(struct xfs_inode *ip) in xfs_inode_attr_fork_size()
150 struct xfs_inode *ip, in xfs_inode_fork_size()
170 static inline struct inode *VFS_I(struct xfs_inode *ip) in VFS_I()
176 static inline const struct inode *VFS_IC(const struct xfs_inode *ip) in VFS_IC()
186 static inline xfs_fsize_t XFS_ISIZE(struct xfs_inode *ip) in XFS_ISIZE()
198 xfs_new_eof(struct xfs_inode *ip, xfs_fsize_t new_size) in xfs_new_eof()
211 __xfs_iflags_set(xfs_inode_t *ip, unsigned long flags) in __xfs_iflags_set()
217 xfs_iflags_set(xfs_inode_t *ip, unsigned long flags) in xfs_iflags_set()
225 xfs_iflags_clear(xfs_inode_t *ip, unsigned long flags) in xfs_iflags_clear()
233 __xfs_iflags_test(xfs_inode_t *ip, unsigned long flags) in __xfs_iflags_test()
239 xfs_iflags_test(xfs_inode_t *ip, unsigned long flags) in xfs_iflags_test()
249 xfs_iflags_test_and_clear(xfs_inode_t *ip, unsigned long flags) in xfs_iflags_test_and_clear()
262 xfs_iflags_test_and_set(xfs_inode_t *ip, unsigned long flags) in xfs_iflags_test_and_set()
274 static inline bool xfs_is_reflink_inode(struct xfs_inode *ip) in xfs_is_reflink_inode()
279 static inline bool xfs_is_metadata_inode(const struct xfs_inode *ip) in xfs_is_metadata_inode()
290 static inline bool xfs_is_cow_inode(struct xfs_inode *ip) in xfs_is_cow_inode()
295 static inline bool xfs_inode_has_filedata(const struct xfs_inode *ip) in xfs_inode_has_filedata()
304 static inline bool xfs_inode_has_cow_data(struct xfs_inode *ip) in xfs_inode_has_cow_data()
309 static inline bool xfs_inode_has_bigtime(struct xfs_inode *ip) in xfs_inode_has_bigtime()
314 static inline bool xfs_inode_has_large_extent_counts(struct xfs_inode *ip) in xfs_inode_has_large_extent_counts()
323 static inline bool xfs_inode_has_bigrtalloc(struct xfs_inode *ip) in xfs_inode_has_bigrtalloc()
331 #define xfs_inode_buftarg(ip) \ argument
553 #define xfs_ipincount(ip) ((unsigned int) atomic_read(&ip->i_pincount)) argument
565 struct xfs_inode *ip, in xfs_itruncate_extents()
576 static inline void xfs_update_stable_writes(struct xfs_inode *ip) in xfs_update_stable_writes()
591 static inline void xfs_finish_inode_setup(struct xfs_inode *ip) in xfs_finish_inode_setup()
598 static inline void xfs_setup_existing_inode(struct xfs_inode *ip) in xfs_setup_existing_inode()
628 struct xfs_inode *ip) in xfs_inode_unlinked_incomplete()