Home
last modified time | relevance | path

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

/fs/xfs/support/
Duuid.h23 } uuid_t; typedef
25 extern void uuid_create_nil(uuid_t *uuid);
26 extern int uuid_is_nil(uuid_t *uuid);
27 extern int uuid_equal(uuid_t *uuid1, uuid_t *uuid2);
28 extern void uuid_getnodeuniq(uuid_t *uuid, int fsid [2]);
29 extern __uint64_t uuid_hash64(uuid_t *uuid);
30 extern int uuid_table_insert(uuid_t *uuid);
31 extern void uuid_table_remove(uuid_t *uuid);
Duuid.c22 static uuid_t *uuid_table;
40 uuid_getnodeuniq(uuid_t *uuid, int fsid [2]) in uuid_getnodeuniq()
50 uuid_create_nil(uuid_t *uuid) in uuid_create_nil()
56 uuid_is_nil(uuid_t *uuid) in uuid_is_nil()
70 uuid_equal(uuid_t *uuid1, uuid_t *uuid2) in uuid_equal()
72 return memcmp(uuid1, uuid2, sizeof(uuid_t)) ? 0 : 1; in uuid_equal()
83 uuid_hash64(uuid_t *uuid) in uuid_hash64()
91 uuid_table_insert(uuid_t *uuid) in uuid_table_insert()
119 uuid_table_remove(uuid_t *uuid) in uuid_table_remove()
/fs/xfs/
Dxfs_inode_item.h36 uuid_t ilfu_uuid; /* mount point value */
53 uuid_t ilfu_uuid; /* mount point value */
71 uuid_t ilfu_uuid; /* mount point value */
Dxfs_sb.h103 uuid_t sb_uuid; /* file system unique id */
174 uuid_t sb_uuid; /* file system unique id */
Dxfs_log_priv.h303 uuid_t h_fs_uuid; /* uuid of FS : 16 */
Dxfs_inode_item.c1093 sizeof(uuid_t)); in xfs_inode_item_format_convert()
1111 sizeof(uuid_t)); in xfs_inode_item_format_convert()
Dxfs_inode.h81 uuid_t if_uuid; /* mount point value */
Dxfs_log_recover.c1121 memcpy(&recp->h_fs_uuid, &log->l_mp->m_sb.sb_uuid, sizeof(uuid_t)); in xlog_add_record()
2441 sizeof(uuid_t)); in xlog_recover_do_inode_trans()
Dxfs_log.c1310 memcpy(&head->h_fs_uuid, &mp->m_sb.sb_uuid, sizeof(uuid_t)); in xlog_alloc_log()
Dxfs_attr_leaf.c137 minforkoff = roundup(sizeof(uuid_t), 8) >> 3; in xfs_attr_shortform_bytesfit()
Dxfs_inode.c2687 sizeof(uuid_t)); in xfs_iflush_fork()
Dxfs_bmap.c4061 ip->i_d.di_forkoff = roundup(sizeof(uuid_t), 8) >> 3; in xfs_bmap_add_attrfork()