Searched refs:blkcnt (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/fs/xfs/libxfs/ | 
| D | xfs_attr_remote.c | 376 	int			blkcnt = args->rmtblkcnt;  in xfs_attr_rmtval_get()  local389 				       blkcnt, map, &nmap,  in xfs_attr_rmtval_get()
 419 			blkcnt -= map[i].br_blockcount;  in xfs_attr_rmtval_get()
 440 	int			blkcnt;  in xfs_attr_rmtval_set()  local
 454 	blkcnt = xfs_attr3_rmt_blocks(mp, args->rmtvaluelen);  in xfs_attr_rmtval_set()
 455 	error = xfs_bmap_first_unused(args->trans, args->dp, blkcnt, &lfileoff,  in xfs_attr_rmtval_set()
 461 	args->rmtblkcnt = blkcnt;  in xfs_attr_rmtval_set()
 466 	while (blkcnt > 0) {  in xfs_attr_rmtval_set()
 481 				  blkcnt, XFS_BMAPI_ATTRFORK, args->total, &map,  in xfs_attr_rmtval_set()
 493 		blkcnt -= map.br_blockcount;  in xfs_attr_rmtval_set()
 [all …]
 
 | 
| /Linux-v5.4/fs/xfs/ | 
| D | xfs_attr_inactive.c | 35 	int			blkcnt)  in xfs_attr3_leaf_freextent()  argument51 	tblkcnt = blkcnt;  in xfs_attr3_leaf_freextent()
 
 | 
| D | xfs_qm.c | 889 	xfs_filblks_t		blkcnt,  in xfs_qm_reset_dqcounts_all()  argument897 	ASSERT(blkcnt > 0);  in xfs_qm_reset_dqcounts_all()
 911 	while (blkcnt--) {  in xfs_qm_reset_dqcounts_all()
 
 | 
| /Linux-v5.4/fs/affs/ | 
| D | file.c | 839 	u32 last_blk, blkcnt, blk;  in affs_truncate()  local894 	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-v5.4/drivers/scsi/ | 
| D | gdth_proc.c | 293                                    pdi->blkcnt/(1024*1024/pdi->blksize),  in gdth_show_info()
 | 
| D | gdth.h | 345     u32     blkcnt;                         /* number of blocks */  member
 |