Searched refs:xfs_icreate_log (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/fs/xfs/ | 
| D | xfs_icreate_item.c | 34 	*nbytes += sizeof(struct xfs_icreate_log);  in xfs_icreate_item_size()51 			sizeof(struct xfs_icreate_log));  in xfs_icreate_item_format()
 81 xfs_icreate_log(  in xfs_icreate_log()  function
 
 | 
| D | xfs_icreate_item.h | 12 	struct xfs_icreate_log	ic_format;17 void xfs_icreate_log(struct xfs_trans *tp, xfs_agnumber_t agno,
 
 | 
| D | xfs_ondisk.h | 122 	XFS_CHECK_STRUCT_SIZE(struct xfs_icreate_log,		28);  in xfs_check_ondisk_structs()
 | 
| D | xfs_trace.h | 34 struct xfs_icreate_log;2129 	TP_PROTO(struct xlog *log, struct xfs_icreate_log *in_f),
 2156 	TP_PROTO(struct xlog *log, struct xfs_icreate_log *in_f), \
 
 | 
| D | xfs_log_recover.c | 3771 	struct xfs_icreate_log	*icl;  in xlog_recover_do_icreate_pass2()3783 	icl = (struct xfs_icreate_log *)item->ri_buf[0].i_addr;  in xlog_recover_do_icreate_pass2()
 
 | 
| /Linux-v5.4/fs/xfs/libxfs/ | 
| D | xfs_log_format.h | 845 struct xfs_icreate_log {  struct
 | 
| D | xfs_ialloc.c | 319 			xfs_icreate_log(tp, agno, agbno, icount,  in xfs_ialloc_inode_init()
 |