Lines Matching refs:bstat

353 	const struct xfs_bulkstat	*bstat)  in xfs_bulkstat_to_bstat()  argument
357 bs1->bs_ino = bstat->bs_ino; in xfs_bulkstat_to_bstat()
358 bs1->bs_mode = bstat->bs_mode; in xfs_bulkstat_to_bstat()
359 bs1->bs_nlink = bstat->bs_nlink; in xfs_bulkstat_to_bstat()
360 bs1->bs_uid = bstat->bs_uid; in xfs_bulkstat_to_bstat()
361 bs1->bs_gid = bstat->bs_gid; in xfs_bulkstat_to_bstat()
362 bs1->bs_rdev = bstat->bs_rdev; in xfs_bulkstat_to_bstat()
363 bs1->bs_blksize = bstat->bs_blksize; in xfs_bulkstat_to_bstat()
364 bs1->bs_size = bstat->bs_size; in xfs_bulkstat_to_bstat()
365 bs1->bs_atime.tv_sec = bstat->bs_atime; in xfs_bulkstat_to_bstat()
366 bs1->bs_mtime.tv_sec = bstat->bs_mtime; in xfs_bulkstat_to_bstat()
367 bs1->bs_ctime.tv_sec = bstat->bs_ctime; in xfs_bulkstat_to_bstat()
368 bs1->bs_atime.tv_nsec = bstat->bs_atime_nsec; in xfs_bulkstat_to_bstat()
369 bs1->bs_mtime.tv_nsec = bstat->bs_mtime_nsec; in xfs_bulkstat_to_bstat()
370 bs1->bs_ctime.tv_nsec = bstat->bs_ctime_nsec; in xfs_bulkstat_to_bstat()
371 bs1->bs_blocks = bstat->bs_blocks; in xfs_bulkstat_to_bstat()
372 bs1->bs_xflags = bstat->bs_xflags; in xfs_bulkstat_to_bstat()
373 bs1->bs_extsize = XFS_FSB_TO_B(mp, bstat->bs_extsize_blks); in xfs_bulkstat_to_bstat()
374 bs1->bs_extents = bstat->bs_extents; in xfs_bulkstat_to_bstat()
375 bs1->bs_gen = bstat->bs_gen; in xfs_bulkstat_to_bstat()
376 bs1->bs_projid_lo = bstat->bs_projectid & 0xFFFF; in xfs_bulkstat_to_bstat()
377 bs1->bs_forkoff = bstat->bs_forkoff; in xfs_bulkstat_to_bstat()
378 bs1->bs_projid_hi = bstat->bs_projectid >> 16; in xfs_bulkstat_to_bstat()
379 bs1->bs_sick = bstat->bs_sick; in xfs_bulkstat_to_bstat()
380 bs1->bs_checked = bstat->bs_checked; in xfs_bulkstat_to_bstat()
381 bs1->bs_cowextsize = XFS_FSB_TO_B(mp, bstat->bs_cowextsize_blks); in xfs_bulkstat_to_bstat()
384 bs1->bs_aextents = bstat->bs_aextents; in xfs_bulkstat_to_bstat()