Lines Matching refs:xfs_inode
22 struct xfs_inode;
226 extern void xfs_ilock_trace(struct xfs_inode *, int, unsigned int, inst_t *);
237 typedef struct xfs_inode { struct
300 static inline struct xfs_inode *XFS_I(struct inode *inode) in XFS_I() argument
302 return container_of(inode, struct xfs_inode, i_vnode); in XFS_I()
306 static inline struct inode *VFS_I(struct xfs_inode *ip) in VFS_I()
322 static inline void xfs_destroy_inode(struct xfs_inode *ip) in xfs_destroy_inode()
509 uint xfs_ip2xflags(struct xfs_inode *);
539 extern void _xfs_itrace_entry(struct xfs_inode *, const char *, inst_t *);
540 extern void _xfs_itrace_exit(struct xfs_inode *, const char *, inst_t *);
541 extern void xfs_itrace_hold(struct xfs_inode *, char *, int, inst_t *);
542 extern void _xfs_itrace_ref(struct xfs_inode *, char *, int, inst_t *);
543 extern void xfs_itrace_rele(struct xfs_inode *, char *, int, inst_t *);
587 struct xfs_inode *, struct xfs_dinode **,
590 struct xfs_inode *, xfs_daddr_t, uint);
595 void xfs_idestroy_fork(struct xfs_inode *, int);
596 void xfs_idata_realloc(struct xfs_inode *, int, int);
597 void xfs_iroot_realloc(struct xfs_inode *, int, int);
598 int xfs_iread_extents(struct xfs_trans *, struct xfs_inode *, int);
599 int xfs_iextents_copy(struct xfs_inode *, xfs_bmbt_rec_t *, int);
630 void xfs_isize_check(struct xfs_mount *, struct xfs_inode *,