Lines Matching refs:bstat

273 	const struct xfs_bulkstat	*bstat)  in xfs_bulkstat_to_bstat()  argument
277 bs1->bs_ino = bstat->bs_ino; in xfs_bulkstat_to_bstat()
278 bs1->bs_mode = bstat->bs_mode; in xfs_bulkstat_to_bstat()
279 bs1->bs_nlink = bstat->bs_nlink; in xfs_bulkstat_to_bstat()
280 bs1->bs_uid = bstat->bs_uid; in xfs_bulkstat_to_bstat()
281 bs1->bs_gid = bstat->bs_gid; in xfs_bulkstat_to_bstat()
282 bs1->bs_rdev = bstat->bs_rdev; in xfs_bulkstat_to_bstat()
283 bs1->bs_blksize = bstat->bs_blksize; in xfs_bulkstat_to_bstat()
284 bs1->bs_size = bstat->bs_size; in xfs_bulkstat_to_bstat()
285 bs1->bs_atime.tv_sec = bstat->bs_atime; in xfs_bulkstat_to_bstat()
286 bs1->bs_mtime.tv_sec = bstat->bs_mtime; in xfs_bulkstat_to_bstat()
287 bs1->bs_ctime.tv_sec = bstat->bs_ctime; in xfs_bulkstat_to_bstat()
288 bs1->bs_atime.tv_nsec = bstat->bs_atime_nsec; in xfs_bulkstat_to_bstat()
289 bs1->bs_mtime.tv_nsec = bstat->bs_mtime_nsec; in xfs_bulkstat_to_bstat()
290 bs1->bs_ctime.tv_nsec = bstat->bs_ctime_nsec; in xfs_bulkstat_to_bstat()
291 bs1->bs_blocks = bstat->bs_blocks; in xfs_bulkstat_to_bstat()
292 bs1->bs_xflags = bstat->bs_xflags; in xfs_bulkstat_to_bstat()
293 bs1->bs_extsize = XFS_FSB_TO_B(mp, bstat->bs_extsize_blks); in xfs_bulkstat_to_bstat()
294 bs1->bs_extents = bstat->bs_extents; in xfs_bulkstat_to_bstat()
295 bs1->bs_gen = bstat->bs_gen; in xfs_bulkstat_to_bstat()
296 bs1->bs_projid_lo = bstat->bs_projectid & 0xFFFF; in xfs_bulkstat_to_bstat()
297 bs1->bs_forkoff = bstat->bs_forkoff; in xfs_bulkstat_to_bstat()
298 bs1->bs_projid_hi = bstat->bs_projectid >> 16; in xfs_bulkstat_to_bstat()
299 bs1->bs_sick = bstat->bs_sick; in xfs_bulkstat_to_bstat()
300 bs1->bs_checked = bstat->bs_checked; in xfs_bulkstat_to_bstat()
301 bs1->bs_cowextsize = XFS_FSB_TO_B(mp, bstat->bs_cowextsize_blks); in xfs_bulkstat_to_bstat()
304 bs1->bs_aextents = bstat->bs_aextents; in xfs_bulkstat_to_bstat()