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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/support/
H A Duuid.h23 } uuid_t; typedef in typeref:struct:__anon7709
26 extern void uuid_create_nil(uuid_t *uuid);
27 extern int uuid_is_nil(uuid_t *uuid);
28 extern int uuid_equal(uuid_t *uuid1, uuid_t *uuid2);
29 extern void uuid_getnodeuniq(uuid_t *uuid, int fsid [2]);
30 extern __uint64_t uuid_hash64(uuid_t *uuid);
31 extern int uuid_table_insert(uuid_t *uuid);
32 extern void uuid_table_remove(uuid_t *uuid);
H A Duuid.c22 static uuid_t *uuid_table;
24 /* IRIX interpretation of an uuid_t */
40 uuid_getnodeuniq(uuid_t *uuid, int fsid [2])
50 uuid_create_nil(uuid_t *uuid)
56 uuid_is_nil(uuid_t *uuid)
70 uuid_equal(uuid_t *uuid1, uuid_t *uuid2)
72 return memcmp(uuid1, uuid2, sizeof(uuid_t)) ? 0 : 1;
83 uuid_hash64(uuid_t *uuid)
91 uuid_table_insert(uuid_t *uui
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/uuid/
H A Duuid.h42 typedef unsigned char uuid_t[16]; typedef
57 static const uuid_t name ATTRIBUTE_UNUSED = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
60 static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
68 /*void uuid_clear(uuid_t uu);*/
72 int uuid_compare(const uuid_t uu1, const uuid_t uu2);
75 /*void uuid_copy(uuid_t dst, const uuid_t src);*/
79 void uuid_generate(uuid_t out);
80 void uuid_generate_random(uuid_t ou
[all...]
H A DuuidP.h59 void uuid_pack(const struct uuid *uu, uuid_t ptr);
60 void uuid_unpack(const uuid_t in, struct uuid *uu);
H A Dunparse.c52 static void uuid_unparse_x(const uuid_t uu, char *out, const char *fmt)
64 void uuid_unparse_lower(const uuid_t uu, char *out)
69 void uuid_unparse_upper(const uuid_t uu, char *out)
74 void uuid_unparse(const uuid_t uu, char *out)
H A Dcompare.c43 int uuid_compare(const uuid_t uu1, const uuid_t uu2)
H A Duuid_time.c46 time_t uuid_time(const uuid_t uu, struct timeval *ret_tv)
68 int uuid_type(const uuid_t uu)
76 int uuid_variant(const uuid_t uu)
112 uuid_t buf;
H A Dpack.c39 void uuid_pack(const struct uuid *uu, uuid_t ptr)
H A Dunpack.c39 void uuid_unpack(const uuid_t in, struct uuid *uu)
H A Dparse.c43 int uuid_parse(const char *in, uuid_t uu)
H A Dgen_uuid.c248 void uuid_generate_time(uuid_t out)
275 void uuid_generate_random(uuid_t out)
277 uuid_t buf;
294 void uuid_generate(uuid_t out)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A 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 */
H A Dxfs_dinode.h91 uuid_t di_muuid; /* mount point value */
H A Dxfs_log_priv.h339 uuid_t h_fs_uuid; /* uuid of FS : 16 */
H A Dxfs_inode.h78 uuid_t if_uuid; /* mount point value */
H A Dxfs_sb.h96 uuid_t sb_uuid; /* file system unique id */
H A Dxfs_inode_item.c1088 sizeof(uuid_t));
1106 sizeof(uuid_t));
H A Dxfs_log.c1212 memcpy(&head->h_fs_uuid, &mp->m_sb.sb_uuid, sizeof(uuid_t));
H A Dxfs_attr_leaf.c163 minforkoff = roundup(sizeof(uuid_t), 8) >> 3;
H A Dxfs_inode.c3020 sizeof(uuid_t));
H A Dxfs_log_recover.c1100 memcpy(&recp->h_fs_uuid, &log->l_mp->m_sb.sb_uuid, sizeof(uuid_t));
H A Dxfs_bmap.c4004 ip->i_d.di_forkoff = roundup(sizeof(uuid_t), 8) >> 3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dprobe.c72 static void set_uuid(blkid_dev dev, uuid_t uuid)
602 uuid_t uuid;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c1882 uuid_t uuid;

Completed in 273 milliseconds