pe_flags 685 fs/xfs/libxfs/xfs_log_format.h uint32_t pe_flags; pe_flags 314 fs/xfs/xfs_refcount_item.c refc->pe_flags = 0; pe_flags 320 fs/xfs/xfs_refcount_item.c refc->pe_flags |= type; pe_flags 478 fs/xfs/xfs_refcount_item.c switch (refc->pe_flags & XFS_REFCOUNT_EXTENT_TYPE_MASK) { pe_flags 493 fs/xfs/xfs_refcount_item.c (refc->pe_flags & ~XFS_REFCOUNT_EXTENT_FLAGS)) { pe_flags 530 fs/xfs/xfs_refcount_item.c refc_type = refc->pe_flags & XFS_REFCOUNT_EXTENT_TYPE_MASK;