Home
last modified time | relevance | path

Searched refs:fcnt (Results 1 – 2 of 2) sorted by relevance

/fs/xfs/
Dxfs_ialloc.h157 __int32_t fcnt, xfs_inofree_t free, int *stat);
164 __int32_t fcnt, xfs_inofree_t free, int *stat);
170 __int32_t *fcnt, xfs_inofree_t *free, int *stat);
Dxfs_ialloc.c66 __int32_t fcnt, /* free inode count */ in xfs_inobt_lookup_eq() argument
71 cur->bc_rec.i.ir_freecount = fcnt; in xfs_inobt_lookup_eq()
84 __int32_t fcnt, /* free inode count */ in xfs_inobt_lookup_ge() argument
89 cur->bc_rec.i.ir_freecount = fcnt; in xfs_inobt_lookup_ge()
102 __int32_t fcnt, /* free inode count */ in xfs_inobt_lookup_le() argument
107 cur->bc_rec.i.ir_freecount = fcnt; in xfs_inobt_lookup_le()
121 __int32_t fcnt, /* free inode count */ in xfs_inobt_update() argument
127 rec.inobt.ir_freecount = cpu_to_be32(fcnt); in xfs_inobt_update()
139 __int32_t *fcnt, /* output: number of free inodes */ in xfs_inobt_get_rec() argument
149 *fcnt = be32_to_cpu(rec->inobt.ir_freecount); in xfs_inobt_get_rec()