Searched refs:fields (Results 1 – 10 of 10) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_ialloc.h | 126 int fields); /* bitmask of fields to log */
|
D | xfs_alloc.h | 152 int fields);/* mask of fields to be logged (XFS_AGF_...) */
|
D | xfs_ialloc.c | 2421 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()
|
D | xfs_btree.c | 767 __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()
|
D | xfs_btree.h | 367 __int64_t fields, /* bitmask of fields */
|
D | xfs_alloc.c | 2279 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/ |
D | xfs_quota.h | 116 #define xfs_trans_mod_dquot_byino(tp, ip, fields, delta) argument
|
D | xfs_log_recover.c | 2987 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()
|
D | xfs_trace.h | 2133 __field(int, fields) 2144 __entry->fields = in_f->ilf_fields; 2156 __entry->fields,
|
/fs/befs/ |
D | ChangeLog | 183 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.
|