Searched refs:larp (Results 1 – 5 of 5) sorted by relevance
45 .larp = false, /* log attribute replay */
240 ret = kstrtobool(buf, &xfs_globals.larp); in larp_store()251 return snprintf(buf, PAGE_SIZE, "%d\n", xfs_globals.larp); in larp_show()253 XFS_SYSFS_ATTR_RW(larp);263 ATTR_LIST(larp),
86 bool larp; /* log attribute replay */ member
177 XFS_ERRORTAG_ATTR_RW(larp, XFS_ERRTAG_LARP);222 XFS_ERRORTAG_ATTR_LIST(larp),
88 return xfs_has_crc(mp) && xfs_globals.larp; in xfs_attr_want_log_assist()