Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_globals.c45 .larp = false, /* log attribute replay */
H A Dxfs_sysfs.c248 ret = kstrtobool(buf, &xfs_globals.larp); in larp_store()
259 return snprintf(buf, PAGE_SIZE, "%d\n", xfs_globals.larp); in larp_show()
261 XFS_SYSFS_ATTR_RW(larp);
321 ATTR_LIST(larp),
H A Dxfs_sysctl.h86 bool larp; /* log attribute replay */ member
H A Dxfs_error.c178 XFS_ERRORTAG_ATTR_RW(larp, XFS_ERRTAG_LARP);
224 XFS_ERRORTAG_ATTR_LIST(larp),
H A Dxfs_xattr.c66 return xfs_has_crc(mp) && xfs_globals.larp; in xfs_attr_want_log_assist()