ilf_fields 271 fs/xfs/libxfs/xfs_log_format.h uint32_t ilf_fields; /* flags for fields logged */ ilf_fields 293 fs/xfs/libxfs/xfs_log_format.h uint32_t ilf_fields; /* flags for fields logged */ ilf_fields 405 fs/xfs/xfs_inode_item.c ilf->ilf_fields = XFS_ILOG_CORE; ilf_fields 429 fs/xfs/xfs_inode_item.c ilf->ilf_fields |= (iip->ili_fields & ~XFS_ILOG_TIMESTAMP); ilf_fields 836 fs/xfs/xfs_inode_item.c in_f->ilf_fields = in_f32->ilf_fields; ilf_fields 2871 fs/xfs/xfs_log_recover.c ASSERT(in_f->ilf_fields & (XFS_ILOG_DOWNER|XFS_ILOG_AOWNER)); ilf_fields 2890 fs/xfs/xfs_log_recover.c if (in_f->ilf_fields & XFS_ILOG_DOWNER) { ilf_fields 2891 fs/xfs/xfs_log_recover.c ASSERT(in_f->ilf_fields & XFS_ILOG_DBROOT); ilf_fields 2898 fs/xfs/xfs_log_recover.c if (in_f->ilf_fields & XFS_ILOG_AOWNER) { ilf_fields 2899 fs/xfs/xfs_log_recover.c ASSERT(in_f->ilf_fields & XFS_ILOG_ABROOT); ilf_fields 2965 fs/xfs/xfs_log_recover.c ASSERT(in_f->ilf_fields & XFS_ILOG_CORE); ilf_fields 3103 fs/xfs/xfs_log_recover.c fields = in_f->ilf_fields; ilf_fields 3141 fs/xfs/xfs_log_recover.c if (in_f->ilf_fields & XFS_ILOG_AFORK) { ilf_fields 3142 fs/xfs/xfs_log_recover.c if (in_f->ilf_fields & XFS_ILOG_DFORK) { ilf_fields 3151 fs/xfs/xfs_log_recover.c switch (in_f->ilf_fields & XFS_ILOG_AFORK) { ilf_fields 3176 fs/xfs/xfs_log_recover.c if ((in_f->ilf_fields & (XFS_ILOG_DOWNER|XFS_ILOG_AOWNER)) && ilf_fields 2100 fs/xfs/xfs_trace.h __entry->fields = in_f->ilf_fields;