Searched refs:uuid_t (Results 1 – 14 of 14) sorted by relevance
/fs/xfs/ |
D | uuid.h | 23 } uuid_t; typedef 25 extern int uuid_is_nil(uuid_t *uuid); 26 extern int uuid_equal(uuid_t *uuid1, uuid_t *uuid2); 27 extern void uuid_getnodeuniq(uuid_t *uuid, int fsid [2]); 30 uuid_copy(uuid_t *dst, uuid_t *src) in uuid_copy() 32 memcpy(dst, src, sizeof(uuid_t)); in uuid_copy()
|
D | uuid.c | 36 uuid_getnodeuniq(uuid_t *uuid, int fsid [2]) in uuid_getnodeuniq() 46 uuid_is_nil(uuid_t *uuid) in uuid_is_nil() 60 uuid_equal(uuid_t *uuid1, uuid_t *uuid2) in uuid_equal() 62 return memcmp(uuid1, uuid2, sizeof(uuid_t)) ? 0 : 1; in uuid_equal()
|
D | xfs_pnfs.c | 73 if (*len < sizeof(uuid_t)) in xfs_fs_get_uuid() 76 memcpy(buf, &mp->m_sb.sb_uuid, sizeof(uuid_t)); in xfs_fs_get_uuid() 77 *len = sizeof(uuid_t); in xfs_fs_get_uuid()
|
D | xfs_mount.c | 48 static uuid_t *xfs_uuid_table; 68 uuid_t *uuid = &mp->m_sb.sb_uuid; in xfs_uuid_mount() 111 uuid_t *uuid = &mp->m_sb.sb_uuid; in xfs_uuid_unmount() 123 memset(&xfs_uuid_table[i], 0, sizeof(uuid_t)); in xfs_uuid_unmount()
|
D | xfs_inode_item.c | 759 sizeof(uuid_t)); in xfs_inode_item_format_convert() 776 sizeof(uuid_t)); in xfs_inode_item_format_convert()
|
D | xfs_log_recover.c | 1218 memcpy(&recp->h_fs_uuid, &log->l_mp->m_sb.sb_uuid, sizeof(uuid_t)); in xlog_add_record() 1837 uuid_t *uuid; in xlog_recover_get_buf_lsn() 2710 sizeof(uuid_t)); in xlog_recover_inode_pass2()
|
D | xfs_log.c | 1477 memcpy(&head->h_fs_uuid, &mp->m_sb.sb_uuid, sizeof(uuid_t)); in xlog_alloc_log()
|
/fs/xfs/libxfs/ |
D | xfs_format.h | 111 uuid_t sb_uuid; /* user-visible file system unique id */ 185 uuid_t sb_meta_uuid; /* metadata file system unique id */ 202 uuid_t sb_uuid; /* user-visible file system unique id */ 272 uuid_t sb_meta_uuid; /* metadata file system unique id */ 635 uuid_t agf_uuid; /* uuid of filesystem */ 723 uuid_t agi_uuid; /* uuid of filesystem */ 785 uuid_t agfl_uuid; 880 uuid_t di_uuid; /* UUID of the filesystem */ 1151 uuid_t dd_uuid; /* location information */ 1166 uuid_t sl_uuid; [all …]
|
D | xfs_log_format.h | 168 uuid_t h_fs_uuid; /* uuid of FS : 16 */ 253 uuid_t ilfu_uuid; /* mount point value */ 269 uuid_t ilfu_uuid; /* mount point value */ 286 uuid_t ilfu_uuid; /* mount point value */ 407 uuid_t di_uuid; /* UUID of the filesystem */
|
D | xfs_da_format.h | 63 uuid_t uuid; /* filesystem we belong to */ 360 uuid_t uuid; /* filesystem we belong to */ 868 uuid_t rm_uuid;
|
D | xfs_inode_fork.h | 73 uuid_t if_uuid; /* mount point value */
|
D | xfs_inode_fork.c | 868 sizeof(uuid_t)); in xfs_iflush_fork()
|
D | xfs_attr_leaf.c | 399 minforkoff = roundup(sizeof(uuid_t), 8) >> 3; in xfs_attr_shortform_bytesfit()
|
D | xfs_bmap.c | 1158 ip->i_d.di_forkoff = roundup(sizeof(uuid_t), 8) >> 3; in xfs_bmap_add_attrfork()
|