Searched defs:tblkcnt (Results 1 - 1 of 1) sorted by relevance

/fs/xfs/
H A Dxfs_attr_inactive.c60 int tblkcnt; local
70 tblkcnt = blkcnt;
71 while (tblkcnt > 0) {
76 error = xfs_bmapi_read(dp, (xfs_fileoff_t)tblkno, tblkcnt,
109 tblkcnt -= map.br_blockcount;

Completed in 4 milliseconds