Home
last modified time | relevance | path

Searched refs:fields (Results 1 – 10 of 10) sorted by relevance

/fs/xfs/libxfs/
Dxfs_ialloc.h126 int fields); /* bitmask of fields to log */
Dxfs_alloc.h152 int fields);/* mask of fields to be logged (XFS_AGF_...) */
Dxfs_ialloc.c2421 int fields) /* bitmask of fields to log */ in xfs_ialloc_log_agi() argument
2454 if (fields & XFS_AGI_ALL_BITS_R1) { in xfs_ialloc_log_agi()
2455 xfs_btree_offsets(fields, offsets, XFS_AGI_NUM_BITS_R1, in xfs_ialloc_log_agi()
2464 fields &= ~XFS_AGI_ALL_BITS_R1; in xfs_ialloc_log_agi()
2465 if (fields) { in xfs_ialloc_log_agi()
2466 xfs_btree_offsets(fields, offsets, XFS_AGI_NUM_BITS_R2, in xfs_ialloc_log_agi()
Dxfs_btree.c767 __int64_t fields, /* bitmask of fields */ in xfs_btree_offsets() argument
776 ASSERT(fields != 0); in xfs_btree_offsets()
781 if (imask & fields) { in xfs_btree_offsets()
790 if (imask & fields) { in xfs_btree_offsets()
1470 int fields) /* mask of fields: XFS_BB_... */ in xfs_btree_log_block() argument
1503 XFS_BTREE_TRACE_ARGBI(cur, bp, fields); in xfs_btree_log_block()
1516 if (fields == XFS_BB_ALL_BITS) in xfs_btree_log_block()
1517 fields = XFS_BB_ALL_BITS_CRC; in xfs_btree_log_block()
1522 xfs_btree_offsets(fields, in xfs_btree_log_block()
Dxfs_btree.h367 __int64_t fields, /* bitmask of fields */
Dxfs_alloc.c2279 int fields) /* mask of fields to be logged (XFS_AGF_...) */ in xfs_alloc_log_agf() argument
2306 trace_xfs_agf(tp->t_mountp, XFS_BUF_TO_AGF(bp), fields, _RET_IP_); in xfs_alloc_log_agf()
2310 xfs_btree_offsets(fields, offsets, XFS_AGF_NUM_BITS, &first, &last); in xfs_alloc_log_agf()
/fs/xfs/
Dxfs_quota.h116 #define xfs_trans_mod_dquot_byino(tp, ip, fields, delta) argument
Dxfs_log_recover.c2987 uint fields; in xlog_recover_inode_pass2() local
3165 fields = in_f->ilf_fields; in xlog_recover_inode_pass2()
3166 switch (fields & (XFS_ILOG_DEV | XFS_ILOG_UUID)) { in xlog_recover_inode_pass2()
3182 ASSERT((in_f->ilf_size == 3) || (fields & XFS_ILOG_AFORK)); in xlog_recover_inode_pass2()
3183 ASSERT(!(fields & XFS_ILOG_DFORK) || in xlog_recover_inode_pass2()
3186 switch (fields & XFS_ILOG_DFORK) { in xlog_recover_inode_pass2()
3202 ASSERT((fields & XFS_ILOG_DFORK) == 0); in xlog_recover_inode_pass2()
Dxfs_trace.h2133 __field(int, fields)
2144 __entry->fields = in_f->ilf_fields;
2156 __entry->fields,
/fs/befs/
DChangeLog183 structures into the generic pointer fields of the public structures
212 fields set (inode.c and super.c).
313 * Fixed a misunderstanding of the inode fields.
340 half full, due to improper understanding of the statfs fields.