Lines Matching defs:ip
109 static inline bool xfs_inode_on_unlinked_list(const struct xfs_inode *ip) in xfs_inode_on_unlinked_list()
114 static inline bool xfs_inode_has_attr_fork(const struct xfs_inode *ip) in xfs_inode_has_attr_fork()
121 struct xfs_inode *ip, in xfs_ifork_ptr()
139 static inline unsigned int xfs_inode_fork_boff(struct xfs_inode *ip) in xfs_inode_fork_boff()
144 static inline unsigned int xfs_inode_data_fork_size(struct xfs_inode *ip) in xfs_inode_data_fork_size()
152 static inline unsigned int xfs_inode_attr_fork_size(struct xfs_inode *ip) in xfs_inode_attr_fork_size()
161 struct xfs_inode *ip, in xfs_inode_fork_size()
181 static inline struct inode *VFS_I(struct xfs_inode *ip) in VFS_I()
187 static inline const struct inode *VFS_IC(const struct xfs_inode *ip) in VFS_IC()
197 static inline xfs_fsize_t XFS_ISIZE(struct xfs_inode *ip) in XFS_ISIZE()
209 xfs_new_eof(struct xfs_inode *ip, xfs_fsize_t new_size) in xfs_new_eof()
222 __xfs_iflags_set(xfs_inode_t *ip, unsigned long flags) in __xfs_iflags_set()
228 xfs_iflags_set(xfs_inode_t *ip, unsigned long flags) in xfs_iflags_set()
236 xfs_iflags_clear(xfs_inode_t *ip, unsigned long flags) in xfs_iflags_clear()
244 __xfs_iflags_test(const struct xfs_inode *ip, unsigned long flags) in __xfs_iflags_test()
250 xfs_iflags_test(xfs_inode_t *ip, unsigned long flags) in xfs_iflags_test()
260 xfs_iflags_test_and_clear(xfs_inode_t *ip, unsigned long flags) in xfs_iflags_test_and_clear()
273 xfs_iflags_test_and_set(xfs_inode_t *ip, unsigned long flags) in xfs_iflags_test_and_set()
285 static inline bool xfs_is_reflink_inode(const struct xfs_inode *ip) in xfs_is_reflink_inode()
290 static inline bool xfs_is_metadir_inode(const struct xfs_inode *ip) in xfs_is_metadir_inode()
295 static inline bool xfs_is_internal_inode(const struct xfs_inode *ip) in xfs_is_internal_inode()
314 static inline bool xfs_is_cow_inode(const struct xfs_inode *ip) in xfs_is_cow_inode()
319 static inline bool xfs_inode_has_filedata(const struct xfs_inode *ip) in xfs_inode_has_filedata()
328 static inline bool xfs_inode_has_cow_data(const struct xfs_inode *ip) in xfs_inode_has_cow_data()
333 static inline bool xfs_inode_has_bigtime(const struct xfs_inode *ip) in xfs_inode_has_bigtime()
338 static inline bool xfs_inode_has_large_extent_counts(const struct xfs_inode *ip) in xfs_inode_has_large_extent_counts()
347 static inline bool xfs_inode_has_bigrtalloc(const struct xfs_inode *ip) in xfs_inode_has_bigrtalloc()
355 #define xfs_inode_buftarg(ip) \ argument
361 struct xfs_inode *ip) in xfs_inode_can_atomicwrite()
587 #define xfs_ipincount(ip) ((unsigned int) atomic_read(&ip->i_pincount)) argument
599 struct xfs_inode *ip, in xfs_itruncate_extents()
610 static inline void xfs_update_stable_writes(struct xfs_inode *ip) in xfs_update_stable_writes()
625 static inline void xfs_finish_inode_setup(struct xfs_inode *ip) in xfs_finish_inode_setup()
632 static inline void xfs_setup_existing_inode(struct xfs_inode *ip) in xfs_setup_existing_inode()
662 const struct xfs_inode *ip) in xfs_inode_unlinked_incomplete()