Searched refs:h_fs_uuid (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_log_recover.c | 199 &head->h_fs_uuid, be32_to_cpu(head->h_fmt)); in xlog_header_check_dump() 227 &head->h_fs_uuid))) { in xlog_header_check_recover() 246 if (uuid_is_null(&head->h_fs_uuid)) { in xlog_header_check_mount() 248 * IRIX doesn't write the h_fs_uuid or h_fmt fields. If in xlog_header_check_mount() 249 * h_fs_uuid is null, we assume this log was last mounted in xlog_header_check_mount() 254 &head->h_fs_uuid))) { in xlog_header_check_mount() 1504 memcpy(&recp->h_fs_uuid, &log->l_mp->m_sb.sb_uuid, sizeof(uuid_t)); in xlog_add_record()
|
H A D | xfs_log.c | 1627 memcpy(&head->h_fs_uuid, &mp->m_sb.sb_uuid, sizeof(uuid_t)); in xlog_alloc_log()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_log_recover.c | 205 &head->h_fs_uuid, be32_to_cpu(head->h_fmt)); in xlog_header_check_dump() 233 &head->h_fs_uuid))) { in xlog_header_check_recover() 252 if (uuid_is_null(&head->h_fs_uuid)) { in xlog_header_check_mount() 254 * IRIX doesn't write the h_fs_uuid or h_fmt fields. If in xlog_header_check_mount() 255 * h_fs_uuid is null, we assume this log was last mounted in xlog_header_check_mount() 260 &head->h_fs_uuid))) { in xlog_header_check_mount() 1510 memcpy(&recp->h_fs_uuid, &log->l_mp->m_sb.sb_uuid, sizeof(uuid_t)); in xlog_add_record()
|
H A D | xfs_log.c | 1413 memcpy(&head->h_fs_uuid, &mp->m_sb.sb_uuid, sizeof(uuid_t)); in xlog_alloc_log()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_log_format.h | 175 uuid_t h_fs_uuid; /* uuid of FS : 16 */ member
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_log_format.h | 176 uuid_t h_fs_uuid; /* uuid of FS : 16 */ member
|
Completed in 21 milliseconds