Searched refs:blkcnt (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_attr_remote.c | 380 int blkcnt = args->rmtblkcnt; in xfs_attr_rmtval_get() local 393 blkcnt, map, &nmap, in xfs_attr_rmtval_get() 423 blkcnt -= map[i].br_blockcount; in xfs_attr_rmtval_get() 444 int blkcnt; in xfs_attr_rmtval_set() local 458 blkcnt = xfs_attr3_rmt_blocks(mp, args->rmtvaluelen); in xfs_attr_rmtval_set() 459 error = xfs_bmap_first_unused(args->trans, args->dp, blkcnt, &lfileoff, in xfs_attr_rmtval_set() 465 args->rmtblkcnt = blkcnt; in xfs_attr_rmtval_set() 470 while (blkcnt > 0) { in xfs_attr_rmtval_set() 485 blkcnt, XFS_BMAPI_ATTRFORK, args->total, &map, in xfs_attr_rmtval_set() 497 blkcnt -= map.br_blockcount; in xfs_attr_rmtval_set() [all …]
|
/Linux-v4.19/fs/xfs/ |
D | xfs_attr_inactive.c | 40 int blkcnt) in xfs_attr3_leaf_freextent() argument 56 tblkcnt = blkcnt; in xfs_attr3_leaf_freextent()
|
D | xfs_qm.c | 893 xfs_filblks_t blkcnt, in xfs_qm_reset_dqcounts_all() argument 901 ASSERT(blkcnt > 0); in xfs_qm_reset_dqcounts_all() 915 while (blkcnt--) { in xfs_qm_reset_dqcounts_all()
|
/Linux-v4.19/fs/affs/ |
D | file.c | 839 u32 last_blk, blkcnt, blk; in affs_truncate() local 894 blkcnt = AFFS_I(inode)->i_blkcnt; in affs_truncate() 904 if (size > blkcnt - blk + i) in affs_truncate() 905 size = blkcnt - blk + i; in affs_truncate() 942 if (size > blkcnt - blk) in affs_truncate() 943 size = blkcnt - blk; in affs_truncate()
|
/Linux-v4.19/drivers/scsi/ |
D | gdth_proc.c | 287 pdi->blkcnt/(1024*1024/pdi->blksize), in gdth_show_info()
|
D | gdth.h | 364 u32 blkcnt; /* number of blocks */ member
|