Home
last modified time | relevance | path

Searched refs:larp (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_globals.c45 .larp = false, /* log attribute replay */
H A Dxfs_sysctl.h86 bool larp; /* log attribute replay */ member
H A Dxfs_sysfs.c240 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),
H A Dxfs_error.c177 XFS_ERRORTAG_ATTR_RW(larp, XFS_ERRTAG_LARP);
222 XFS_ERRORTAG_ATTR_LIST(larp),
H A Dxfs_xattr.c88 return xfs_has_crc(mp) && xfs_globals.larp; in xfs_attr_want_log_assist()