Searched refs:bs_blocks (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_itable.c144 buf->bs_blocks = 0;
149 buf->bs_blocks = 0;
155 buf->bs_blocks = ip->i_nblocks + ip->i_delayed_blks;
350 bs1->bs_blocks = bstat->bs_blocks;
H A Dxfs_ioctl32.h49 int64_t bs_blocks; /* number of blocks */ member in struct:compat_xfs_bstat
H A Dxfs_ioctl32.c125 get_user(bstat->bs_blocks, &bstat32->bs_size) ||
179 put_user(buffer->bs_blocks, &p32->bs_blocks) ||
/linux-master/fs/xfs/libxfs/
H A Dxfs_fs.h338 int64_t bs_blocks; /* number of blocks */ member in struct:xfs_bstat
361 uint64_t bs_blocks; /* number of blocks */ member in struct:xfs_bulkstat

Completed in 130 milliseconds