Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_sysctl.h81 bool larp; /* log attribute replay */ member
H A Dxfs_sysfs.c251 ret = kstrtobool(buf, &xfs_globals.larp); in larp_store()
262 return snprintf(buf, PAGE_SIZE, "%d\n", xfs_globals.larp); in larp_show()
264 XFS_SYSFS_ATTR_RW(larp);
324 ATTR_LIST(larp),