Searched refs:xfs_ialloc_count_inodes (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_ialloc.h | 147 int xfs_ialloc_count_inodes(struct xfs_btree_cur *cur, xfs_agino_t *count,
|
H A D | xfs_ialloc.c | 2745 struct xfs_ialloc_count_inodes { struct 2758 struct xfs_ialloc_count_inodes *ci = priv; in xfs_ialloc_count_inodes_rec() 2769 xfs_ialloc_count_inodes( in xfs_ialloc_count_inodes() function 2774 struct xfs_ialloc_count_inodes ci = {0}; in xfs_ialloc_count_inodes()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_ialloc.h | 101 int xfs_ialloc_count_inodes(struct xfs_btree_cur *cur, xfs_agino_t *count,
|
H A D | xfs_ialloc.c | 2725 struct xfs_ialloc_count_inodes { struct 2738 struct xfs_ialloc_count_inodes *ci = priv; in xfs_ialloc_count_inodes_rec() 2754 xfs_ialloc_count_inodes( in xfs_ialloc_count_inodes() function 2759 struct xfs_ialloc_count_inodes ci = {0}; in xfs_ialloc_count_inodes()
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | agheader_repair.c | 810 error = xfs_ialloc_count_inodes(cur, &count, &freecount); in xrep_agi_calc_from_btrees()
|
H A D | agheader.c | 776 error = xfs_ialloc_count_inodes(sc->sa.ino_cur, &icount, &freecount); in xchk_agi_xref_icounts()
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | agheader_repair.c | 909 error = xfs_ialloc_count_inodes(cur, &count, &freecount); in xrep_agi_calc_from_btrees()
|
H A D | agheader.c | 805 error = xfs_ialloc_count_inodes(sc->sa.ino_cur, &icount, &freecount); in xchk_agi_xref_icounts()
|
Completed in 12 milliseconds