Lines Matching defs:ip

87 static inline struct inode *VFS_I(struct xfs_inode *ip)  in VFS_I()
97 static inline xfs_fsize_t XFS_ISIZE(struct xfs_inode *ip) in XFS_ISIZE()
109 xfs_new_eof(struct xfs_inode *ip, xfs_fsize_t new_size) in xfs_new_eof()
122 __xfs_iflags_set(xfs_inode_t *ip, unsigned short flags) in __xfs_iflags_set()
128 xfs_iflags_set(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_set()
136 xfs_iflags_clear(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_clear()
144 __xfs_iflags_test(xfs_inode_t *ip, unsigned short flags) in __xfs_iflags_test()
150 xfs_iflags_test(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_test()
160 xfs_iflags_test_and_clear(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_test_and_clear()
173 xfs_iflags_test_and_set(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_test_and_set()
194 static inline bool xfs_is_reflink_inode(struct xfs_inode *ip) in xfs_is_reflink_inode()
199 static inline bool xfs_is_metadata_inode(struct xfs_inode *ip) in xfs_is_metadata_inode()
211 static inline bool xfs_inode_has_cow_data(struct xfs_inode *ip) in xfs_inode_has_cow_data()
216 static inline bool xfs_inode_has_bigtime(struct xfs_inode *ip) in xfs_inode_has_bigtime()
224 #define xfs_inode_buftarg(ip) \ argument
440 #define xfs_ipincount(ip) ((unsigned int) atomic_read(&ip->i_pincount)) argument
457 struct xfs_inode *ip, in xfs_itruncate_extents()
489 static inline void xfs_finish_inode_setup(struct xfs_inode *ip) in xfs_finish_inode_setup()
496 static inline void xfs_setup_existing_inode(struct xfs_inode *ip) in xfs_setup_existing_inode()