Home
last modified time | relevance | path

Searched refs:uuid_t (Results 1 – 14 of 14) sorted by relevance

/fs/xfs/
Duuid.h23 } 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()
Duuid.c36 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()
Dxfs_pnfs.c73 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()
Dxfs_mount.c48 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()
Dxfs_inode_item.c759 sizeof(uuid_t)); in xfs_inode_item_format_convert()
776 sizeof(uuid_t)); in xfs_inode_item_format_convert()
Dxfs_log_recover.c1218 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()
Dxfs_log.c1477 memcpy(&head->h_fs_uuid, &mp->m_sb.sb_uuid, sizeof(uuid_t)); in xlog_alloc_log()
/fs/xfs/libxfs/
Dxfs_format.h111 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 …]
Dxfs_log_format.h168 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 */
Dxfs_da_format.h63 uuid_t uuid; /* filesystem we belong to */
360 uuid_t uuid; /* filesystem we belong to */
868 uuid_t rm_uuid;
Dxfs_inode_fork.h73 uuid_t if_uuid; /* mount point value */
Dxfs_inode_fork.c868 sizeof(uuid_t)); in xfs_iflush_fork()
Dxfs_attr_leaf.c399 minforkoff = roundup(sizeof(uuid_t), 8) >> 3; in xfs_attr_shortform_bytesfit()
Dxfs_bmap.c1158 ip->i_d.di_forkoff = roundup(sizeof(uuid_t), 8) >> 3; in xfs_bmap_add_attrfork()