Home
last modified time | relevance | path

Searched refs:holemask (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/xfs/
Dxfs_trace.h745 uint16_t holemask, xfs_agino_t nagino, uint16_t nholemask),
746 TP_ARGS(mp, agno, agino, holemask, nagino, nholemask),
751 __field(uint16_t, holemask)
759 __entry->holemask = holemask;
761 __entry->nholemask = holemask;
765 __entry->agino, __entry->holemask, __entry->nagino,
771 uint16_t holemask),
772 TP_ARGS(mp, agno, agino, holemask),
777 __field(uint16_t, holemask)
783 __entry->holemask = holemask;
[all …]
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_ialloc.c142 __uint16_t holemask, in xfs_inobt_insert_rec() argument
148 cur->bc_rec.i.ir_holemask = holemask; in xfs_inobt_insert_rec()
1827 DECLARE_BITMAP(holemask, XFS_INOBT_HOLEMASK_BITS); in xfs_difree_inode_chunk()
1838 ASSERT(sizeof(rec->ir_holemask) <= sizeof(holemask[0])); in xfs_difree_inode_chunk()
1839 holemask[0] = rec->ir_holemask; in xfs_difree_inode_chunk()
1847 startidx = endidx = find_first_zero_bit(holemask, in xfs_difree_inode_chunk()
1851 nextbit = find_next_zero_bit(holemask, XFS_INOBT_HOLEMASK_BITS, in xfs_difree_inode_chunk()
Dxfs_format.h1281 static inline bool xfs_inobt_issparse(uint16_t holemask) in xfs_inobt_issparse() argument
1284 return holemask; in xfs_inobt_issparse()