Lines Matching defs:fields
496 * Merge the holemask and free mask. For both fields, 0 bits refer to
897 * Log allocation group header fields
2442 * Log specified fields for the ag hdr (inode section). The growth of the agi
2457 int fields) /* bitmask of fields to log */
2486 * Compute byte offsets for the first and last fields in the first
2490 if (fields & XFS_AGI_ALL_BITS_R1) {
2491 xfs_btree_offsets(fields, offsets, XFS_AGI_NUM_BITS_R1,
2500 fields &= ~XFS_AGI_ALL_BITS_R1;
2501 if (fields) {
2502 xfs_btree_offsets(fields, offsets, XFS_AGI_NUM_BITS_R2,