Home
last modified time | relevance | path

Searched refs:pcount (Results 1 – 5 of 5) sorted by relevance

/fs/isofs/
Dcompress.c41 loff_t block_end, int pcount, in zisofs_uncompress_block() argument
67 for ( i = 0 ; i < pcount ; i++ ) { in zisofs_uncompress_block()
74 return ((loff_t)pcount) << PAGE_SHIFT; in zisofs_uncompress_block()
119 while (curpage < pcount && curbh < haveblocks && in zisofs_uncompress_block()
201 static int zisofs_fill_pages(struct inode *inode, int full_page, int pcount, in zisofs_fill_pages() argument
244 while (cstart_block < cend_block && pcount > 0) { in zisofs_fill_pages()
263 pcount, pages, poffset, &err); in zisofs_fill_pages()
266 pcount -= poffset >> PAGE_SHIFT; in zisofs_fill_pages()
304 int i, pcount, full_page; in zisofs_readpage() local
327 pcount = min_t(int, zisofs_pages_per_cblock, in zisofs_readpage()
[all …]
/fs/proc/
Dpage.c53 u64 pcount; in kpagecount_read() local
70 pcount = 0; in kpagecount_read()
72 pcount = page_mapcount(ppage); in kpagecount_read()
74 if (put_user(pcount, out)) { in kpagecount_read()
Dbase.c485 task->sched_info.pcount); in proc_pid_schedstat()
/fs/ocfs2/
Dquota_global.c178 u64 pblock = 0, pcount = 0; in ocfs2_quota_read() local
187 if (!pcount) { in ocfs2_quota_read()
189 &pcount, NULL); in ocfs2_quota_read()
195 pcount--; in ocfs2_quota_read()
227 u64 pblock, pcount; in ocfs2_quota_write() local
252 err = ocfs2_extent_map_get_blocks(gqinode, blk, &pblock, &pcount, NULL); in ocfs2_quota_write()
346 u64 pcount; in ocfs2_global_read_info() local
373 &pcount, NULL); in ocfs2_global_read_info()
Dquota_local.c1225 u64 pcount; in ocfs2_create_local_dquot() local
1244 &pcount, in ocfs2_create_local_dquot()