Lines Matching defs:ip

79 static inline struct inode *VFS_I(struct xfs_inode *ip)  in VFS_I()
89 static inline xfs_fsize_t XFS_ISIZE(struct xfs_inode *ip) in XFS_ISIZE()
101 xfs_new_eof(struct xfs_inode *ip, xfs_fsize_t new_size) in xfs_new_eof()
114 __xfs_iflags_set(xfs_inode_t *ip, unsigned short flags) in __xfs_iflags_set()
120 xfs_iflags_set(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_set()
128 xfs_iflags_clear(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_clear()
136 __xfs_iflags_test(xfs_inode_t *ip, unsigned short flags) in __xfs_iflags_test()
142 xfs_iflags_test(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_test()
152 xfs_iflags_test_and_clear(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_test_and_clear()
165 xfs_iflags_test_and_set(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_test_and_set()
183 xfs_get_projid(struct xfs_inode *ip) in xfs_get_projid()
189 xfs_set_projid(struct xfs_inode *ip, in xfs_set_projid()
235 static inline int xfs_iflock_nowait(struct xfs_inode *ip) in xfs_iflock_nowait()
240 static inline void xfs_iflock(struct xfs_inode *ip) in xfs_iflock()
246 static inline void xfs_ifunlock(struct xfs_inode *ip) in xfs_ifunlock()
253 static inline int xfs_isiflocked(struct xfs_inode *ip) in xfs_isiflocked()
413 #define xfs_ipincount(ip) ((unsigned int) atomic_read(&ip->i_pincount)) argument
451 static inline void xfs_finish_inode_setup(struct xfs_inode *ip) in xfs_finish_inode_setup()
458 static inline void xfs_setup_existing_inode(struct xfs_inode *ip) in xfs_setup_existing_inode()
464 #define IHOLD(ip) \ argument
471 #define IRELE(ip) \ argument