Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/fs/xfs/libxfs/
Dxfs_log_format.h845 struct xfs_icreate_log { struct
846 uint16_t icl_type; /* type of log format structure */
847 uint16_t icl_size; /* size of log format structure */
848 __be32 icl_ag; /* ag being allocated in */
849 __be32 icl_agbno; /* start block of inode range */
850 __be32 icl_count; /* number of inodes to initialise */
851 __be32 icl_isize; /* size of inodes */
852 __be32 icl_length; /* length of extent to initialise */
853 __be32 icl_gen; /* inode generation number to use */
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_log_format.h855 struct xfs_icreate_log { struct
856 uint16_t icl_type; /* type of log format structure */
857 uint16_t icl_size; /* size of log format structure */
858 __be32 icl_ag; /* ag being allocated in */
859 __be32 icl_agbno; /* start block of inode range */
860 __be32 icl_count; /* number of inodes to initialise */
861 __be32 icl_isize; /* size of inodes */
862 __be32 icl_length; /* length of extent to initialise */
863 __be32 icl_gen; /* inode generation number to use */
/kernel/linux/linux-4.19/fs/xfs/
Dxfs_icreate_item.c148 xfs_icreate_log( in xfs_icreate_log() function
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_icreate_item.c89 xfs_icreate_log( in xfs_icreate_log() function