Searched defs:xfs_icreate_log (Results 1 – 4 of 4) sorted by relevance
864 struct xfs_icreate_log { struct865 uint16_t icl_type; /* type of log format structure */866 uint16_t icl_size; /* size of log format structure */867 __be32 icl_ag; /* ag being allocated in */868 __be32 icl_agbno; /* start block of inode range */869 __be32 icl_count; /* number of inodes to initialise */870 __be32 icl_isize; /* size of inodes */871 __be32 icl_length; /* length of extent to initialise */872 __be32 icl_gen; /* inode generation number to use */
949 struct xfs_icreate_log { struct950 uint16_t icl_type; /* type of log format structure */951 uint16_t icl_size; /* size of log format structure */952 __be32 icl_ag; /* ag being allocated in */953 __be32 icl_agbno; /* start block of inode range */954 __be32 icl_count; /* number of inodes to initialise */955 __be32 icl_isize; /* size of inodes */956 __be32 icl_length; /* length of extent to initialise */957 __be32 icl_gen; /* inode generation number to use */
89 xfs_icreate_log( in xfs_icreate_log() function
90 xfs_icreate_log( in xfs_icreate_log() function