Lines Matching defs:ip
173 #define XFS_IFORK_Q(ip) ((ip)->i_d.di_forkoff != 0) argument
174 #define XFS_IFORK_BOFF(ip) ((int)((ip)->i_d.di_forkoff << 3)) argument
176 #define XFS_IFORK_PTR(ip,w) \ argument
180 #define XFS_IFORK_DSIZE(ip) \ argument
184 #define XFS_IFORK_ASIZE(ip) \ argument
188 #define XFS_IFORK_SIZE(ip,w) \ argument
192 #define XFS_IFORK_FORMAT(ip,w) \ argument
196 #define XFS_IFORK_FMT_SET(ip,w,n) \ argument
200 #define XFS_IFORK_NEXTENTS(ip,w) \ argument
204 #define XFS_IFORK_NEXT_SET(ip,w,n) \ argument
208 #define XFS_IFORK_MAXEXT(ip, w) \ argument
260 static inline struct inode *VFS_I(struct xfs_inode *ip) in VFS_I()
270 static inline xfs_fsize_t XFS_ISIZE(struct xfs_inode *ip) in XFS_ISIZE()
281 __xfs_iflags_set(xfs_inode_t *ip, unsigned short flags) in __xfs_iflags_set()
287 xfs_iflags_set(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_set()
295 xfs_iflags_clear(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_clear()
303 __xfs_iflags_test(xfs_inode_t *ip, unsigned short flags) in __xfs_iflags_test()
309 xfs_iflags_test(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_test()
319 xfs_iflags_test_and_clear(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_test_and_clear()
332 xfs_iflags_test_and_set(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_test_and_set()
350 xfs_get_projid(struct xfs_inode *ip) in xfs_get_projid()
356 xfs_set_projid(struct xfs_inode *ip, in xfs_set_projid()
394 static inline int xfs_iflock_nowait(struct xfs_inode *ip) in xfs_iflock_nowait()
399 static inline void xfs_iflock(struct xfs_inode *ip) in xfs_iflock()
405 static inline void xfs_ifunlock(struct xfs_inode *ip) in xfs_ifunlock()
411 static inline int xfs_isiflocked(struct xfs_inode *ip) in xfs_isiflocked()
529 #define IHOLD(ip) \ argument
536 #define IRELE(ip) \ argument
590 #define xfs_ipincount(ip) ((unsigned int) atomic_read(&ip->i_pincount)) argument