Home
last modified time | relevance | path

Searched refs:xfs_fsid_t (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_fs.h426 typedef struct { __u32 val[2]; } xfs_fsid_t; /* file system id type */ typedef
438 xfs_fsid_t _ha_fsid; /* unique file system identifier */
/linux-4.19.296/fs/xfs/
Dxfs_ioctl.c98 memcpy(&handle.ha_fsid, ip->i_mount->m_fixedfsid, sizeof(xfs_fsid_t)); in xfs_find_handle()
105 hsize = sizeof(xfs_fsid_t); in xfs_find_handle()