Searched refs:xfs_dinode (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_inode_buf.h22 struct xfs_dinode;
36 struct xfs_imap *, struct xfs_dinode **,
40 void xfs_dinode_calc_crc(struct xfs_mount *, struct xfs_dinode *);
41 void xfs_dinode_to_disk(struct xfs_dinode *to, struct xfs_icdinode *from);
42 void xfs_dinode_from_disk(struct xfs_icdinode *to, struct xfs_dinode *from);
H A Dxfs_ialloc.h22 struct xfs_dinode;
44 static inline struct xfs_dinode * xfs_make_iptr()
47 return (struct xfs_dinode *) xfs_make_iptr()
H A Dxfs_inode_fork.h22 struct xfs_dinode;
128 int xfs_iformat_fork(struct xfs_inode *, struct xfs_dinode *);
129 void xfs_iflush_fork(struct xfs_inode *, struct xfs_dinode *,
H A Dxfs_inode_buf.c92 dip = (struct xfs_dinode *)xfs_buf_offset(bp, xfs_inode_buf_verify()
165 struct xfs_dinode **dipp, xfs_imap_to_bp()
193 *dipp = (struct xfs_dinode *)xfs_buf_offset(bp, imap->im_boffset); xfs_imap_to_bp()
297 struct xfs_dinode *dip) xfs_dinode_verify()
321 struct xfs_dinode *dip) xfs_dinode_calc_crc()
H A Dxfs_format.h820 typedef struct xfs_dinode { struct
866 #define XFS_DINODE_CRC_OFF offsetof(struct xfs_dinode, di_crc)
877 return sizeof(struct xfs_dinode); xfs_dinode_size()
878 return offsetof(struct xfs_dinode, di_crc); xfs_dinode_size()
956 static inline xfs_dev_t xfs_dinode_get_rdev(struct xfs_dinode *dip) xfs_dinode_get_rdev()
961 static inline void xfs_dinode_put_rdev(struct xfs_dinode *dip, xfs_dev_t rdev) xfs_dinode_put_rdev()
H A Dxfs_log_format.h354 * directly mirrors the xfs_dinode structure as it must contain all the same
363 * NOTE: This structure must be kept identical to struct xfs_dinode
H A Dxfs_ialloc.c229 struct xfs_dinode *free; xfs_ialloc_inode_init()
/linux-4.1.27/fs/xfs/
H A Dxfs_inode.h27 struct xfs_dinode;
370 uint xfs_dic2xflags(struct xfs_dinode *);
H A Dxfs_log_recover.c1801 xfs_dinode_calc_crc(mp, (struct xfs_dinode *) xlog_recover_do_inode_buffer()
2456 struct xfs_dinode *dip, xfs_recover_inode_owner_change()
3890 struct xfs_dinode *dip; xlog_recover_process_one_iunlink()
H A Dxfs_inode.c3363 struct xfs_dinode *dip; xfs_iflush()
3466 struct xfs_dinode *dip; xfs_iflush_int()

Completed in 246 milliseconds