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

/linux-4.4.14/fs/xfs/
H A Duuid.h23 } uuid_t; typedef in typeref:struct:__anon12012
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) uuid_copy()
32 memcpy(dst, src, sizeof(uuid_t)); uuid_copy()
H A Duuid.c20 /* IRIX interpretation of an uuid_t */
36 uuid_getnodeuniq(uuid_t *uuid, int fsid [2]) uuid_getnodeuniq()
46 uuid_is_nil(uuid_t *uuid) uuid_is_nil()
60 uuid_equal(uuid_t *uuid1, uuid_t *uuid2) uuid_equal()
62 return memcmp(uuid1, uuid2, sizeof(uuid_t)) ? 0 : 1; uuid_equal()
H A Dxfs_pnfs.c73 if (*len < sizeof(uuid_t)) xfs_fs_get_uuid()
76 memcpy(buf, &mp->m_sb.sb_uuid, sizeof(uuid_t)); xfs_fs_get_uuid()
77 *len = sizeof(uuid_t); xfs_fs_get_uuid()
H A Dxfs_mount.c48 static uuid_t *xfs_uuid_table;
68 uuid_t *uuid = &mp->m_sb.sb_uuid; xfs_uuid_mount()
111 uuid_t *uuid = &mp->m_sb.sb_uuid; xfs_uuid_unmount()
123 memset(&xfs_uuid_table[i], 0, sizeof(uuid_t)); xfs_uuid_unmount()
H A Dxfs_inode_item.c759 sizeof(uuid_t)); xfs_inode_item_format_convert()
776 sizeof(uuid_t)); xfs_inode_item_format_convert()
H A Dxfs_log_recover.c1218 memcpy(&recp->h_fs_uuid, &log->l_mp->m_sb.sb_uuid, sizeof(uuid_t)); xlog_add_record()
1837 uuid_t *uuid; xlog_recover_get_buf_lsn()
2710 sizeof(uuid_t)); xlog_recover_inode_pass2()
H A Dxfs_log.c1477 memcpy(&head->h_fs_uuid, &mp->m_sb.sb_uuid, sizeof(uuid_t)); xlog_alloc_log()
/linux-4.4.14/fs/xfs/libxfs/
H A 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 */
916 XFS_DINODE_FMT_UUID /* uuid_t */
1151 uuid_t dd_uuid; /* location information */
1166 uuid_t sl_uuid;
1442 uuid_t bb_uuid;
1452 uuid_t bb_uuid;
H A 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 */
H A Dxfs_inode_fork.h73 uuid_t if_uuid; /* mount point value */
H A Dxfs_da_format.h63 uuid_t uuid; /* filesystem we belong to */
360 uuid_t uuid; /* filesystem we belong to */
868 uuid_t rm_uuid;
H A Dxfs_inode_fork.c868 sizeof(uuid_t)); xfs_iflush_fork()
H A Dxfs_attr_leaf.c399 minforkoff = roundup(sizeof(uuid_t), 8) >> 3; xfs_attr_shortform_bytesfit()
H A Dxfs_bmap.c1156 ip->i_d.di_forkoff = roundup(sizeof(uuid_t), 8) >> 3; xfs_bmap_add_attrfork()

Completed in 434 milliseconds