Home
last modified time | relevance | path

Searched defs:xfs_icreate_log (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_log_format.h1013 struct xfs_icreate_log { struct
1014 uint16_t icl_type; /* type of log format structure */
1015 uint16_t icl_size; /* size of log format structure */
1016 __be32 icl_ag; /* ag being allocated in */
1017 __be32 icl_agbno; /* start block of inode range */
1018 __be32 icl_count; /* number of inodes to initialise */
1019 __be32 icl_isize; /* size of inodes */
1020 __be32 icl_length; /* length of extent to initialise */
1021 __be32 icl_gen; /* inode generation number to use */
/linux-6.12.1/fs/xfs/
Dxfs_icreate_item.c90 xfs_icreate_log( in xfs_icreate_log() function