Searched defs:xfs_icreate_log (Results 1 – 2 of 2) sorted by relevance
1019 struct xfs_icreate_log { struct1020 uint16_t icl_type; /* type of log format structure */1021 uint16_t icl_size; /* size of log format structure */1022 __be32 icl_ag; /* ag being allocated in */1023 __be32 icl_agbno; /* start block of inode range */1024 __be32 icl_count; /* number of inodes to initialise */1025 __be32 icl_isize; /* size of inodes */1026 __be32 icl_length; /* length of extent to initialise */1027 __be32 icl_gen; /* inode generation number to use */
90 xfs_icreate_log( in xfs_icreate_log() function