Lines Matching refs:bstat

306 	const struct xfs_bulkstat	*bstat)  in xfs_bulkstat_to_bstat()  argument
310 bs1->bs_ino = bstat->bs_ino; in xfs_bulkstat_to_bstat()
311 bs1->bs_mode = bstat->bs_mode; in xfs_bulkstat_to_bstat()
312 bs1->bs_nlink = bstat->bs_nlink; in xfs_bulkstat_to_bstat()
313 bs1->bs_uid = bstat->bs_uid; in xfs_bulkstat_to_bstat()
314 bs1->bs_gid = bstat->bs_gid; in xfs_bulkstat_to_bstat()
315 bs1->bs_rdev = bstat->bs_rdev; in xfs_bulkstat_to_bstat()
316 bs1->bs_blksize = bstat->bs_blksize; in xfs_bulkstat_to_bstat()
317 bs1->bs_size = bstat->bs_size; in xfs_bulkstat_to_bstat()
318 bs1->bs_atime.tv_sec = bstat->bs_atime; in xfs_bulkstat_to_bstat()
319 bs1->bs_mtime.tv_sec = bstat->bs_mtime; in xfs_bulkstat_to_bstat()
320 bs1->bs_ctime.tv_sec = bstat->bs_ctime; in xfs_bulkstat_to_bstat()
321 bs1->bs_atime.tv_nsec = bstat->bs_atime_nsec; in xfs_bulkstat_to_bstat()
322 bs1->bs_mtime.tv_nsec = bstat->bs_mtime_nsec; in xfs_bulkstat_to_bstat()
323 bs1->bs_ctime.tv_nsec = bstat->bs_ctime_nsec; in xfs_bulkstat_to_bstat()
324 bs1->bs_blocks = bstat->bs_blocks; in xfs_bulkstat_to_bstat()
325 bs1->bs_xflags = bstat->bs_xflags; in xfs_bulkstat_to_bstat()
326 bs1->bs_extsize = XFS_FSB_TO_B(mp, bstat->bs_extsize_blks); in xfs_bulkstat_to_bstat()
327 bs1->bs_extents = bstat->bs_extents; in xfs_bulkstat_to_bstat()
328 bs1->bs_gen = bstat->bs_gen; in xfs_bulkstat_to_bstat()
329 bs1->bs_projid_lo = bstat->bs_projectid & 0xFFFF; in xfs_bulkstat_to_bstat()
330 bs1->bs_forkoff = bstat->bs_forkoff; in xfs_bulkstat_to_bstat()
331 bs1->bs_projid_hi = bstat->bs_projectid >> 16; in xfs_bulkstat_to_bstat()
332 bs1->bs_sick = bstat->bs_sick; in xfs_bulkstat_to_bstat()
333 bs1->bs_checked = bstat->bs_checked; in xfs_bulkstat_to_bstat()
334 bs1->bs_cowextsize = XFS_FSB_TO_B(mp, bstat->bs_cowextsize_blks); in xfs_bulkstat_to_bstat()
337 bs1->bs_aextents = bstat->bs_aextents; in xfs_bulkstat_to_bstat()