Searched refs:xfs_fsid_t (Results 1 – 3 of 3) sorted by relevance
43 memcpy(&fsid, fsidp, sizeof(xfs_fsid_t)); in xfs_error_test()64 memcpy(&fsid, mp->m_fixedfsid, sizeof(xfs_fsid_t)); in xfs_errortag_add()99 memcpy(&fsid, mp->m_fixedfsid, sizeof(xfs_fsid_t)); in xfs_errortag_clearall()
104 memcpy(&handle.ha_fsid, ip->i_mount->m_fixedfsid, sizeof(xfs_fsid_t)); in xfs_find_handle()111 hsize = sizeof(xfs_fsid_t); in xfs_find_handle()
447 typedef struct { __u32 val[2]; } xfs_fsid_t; /* file system id type */ typedef459 xfs_fsid_t _ha_fsid; /* unique file system identifier */