Searched refs:m_fixedfsid (Results 1 – 4 of 4) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_handle.c | 48 memcpy(&handle->ha_fsid, mp->m_fixedfsid, sizeof(struct xfs_fsid)); in xfs_filehandle_init() 63 memcpy(&handle->ha_fsid, mp->m_fixedfsid, sizeof(struct xfs_fsid)); in xfs_fshandle_init() 121 memcpy(&handle.ha_fsid, ip->i_mount->m_fixedfsid, sizeof(xfs_fsid_t)); in xfs_find_handle()
|
H A D | xfs_exchrange.c | 875 memcpy(&kern_f->fsid, ip2->i_mount->m_fixedfsid, sizeof(xfs_fsid_t)); in xfs_ioc_start_commit() 923 if (memcmp(&kern_f->fsid, mp->m_fixedfsid, sizeof(xfs_fsid_t))) in xfs_ioc_commit_range()
|
H A D | xfs_mount.c | 794 mp->m_fixedfsid[0] = in xfs_mountfs() 797 mp->m_fixedfsid[1] = get_unaligned_be32(&sbp->sb_uuid.b[0]); in xfs_mountfs()
|
H A D | xfs_mount.h | 151 int m_fixedfsid[2]; /* unchanged for life of FS */ member
|