Home
last modified time | relevance | path

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

/fs/isofs/
Dcompress.c44 loff_t block_end, int pcount, in zisofs_uncompress_block() argument
70 for ( i = 0 ; i < pcount ; i++ ) { in zisofs_uncompress_block()
77 return ((loff_t)pcount) << PAGE_SHIFT; in zisofs_uncompress_block()
118 while (curpage < pcount && curbh < haveblocks && in zisofs_uncompress_block()
199 static int zisofs_fill_pages(struct inode *inode, int full_page, int pcount, in zisofs_fill_pages() argument
242 while (cstart_block < cend_block && pcount > 0) { in zisofs_fill_pages()
261 pcount, pages, poffset, &err); in zisofs_fill_pages()
264 pcount -= poffset >> PAGE_SHIFT; in zisofs_fill_pages()
302 int i, pcount, full_page; in zisofs_readpage() local
325 pcount = min_t(int, zisofs_pages_per_cblock, in zisofs_readpage()
[all …]
/fs/proc/
Dpage.c36 u64 pcount; in kpagecount_read() local
49 pcount = 0; in kpagecount_read()
51 pcount = page_mapcount(ppage); in kpagecount_read()
53 if (put_user(pcount, out)) { in kpagecount_read()
Dbase.c494 task->sched_info.pcount); in proc_pid_schedstat()
/fs/ocfs2/
Dquota_global.c176 u64 pblock = 0, pcount = 0; in ocfs2_quota_read() local
185 if (!pcount) { in ocfs2_quota_read()
187 &pcount, NULL); in ocfs2_quota_read()
193 pcount--; in ocfs2_quota_read()
225 u64 pblock, pcount; in ocfs2_quota_write() local
250 err = ocfs2_extent_map_get_blocks(gqinode, blk, &pblock, &pcount, NULL); in ocfs2_quota_write()
344 u64 pcount; in ocfs2_global_read_info() local
371 &pcount, NULL); in ocfs2_global_read_info()
Dquota_local.c1227 u64 pcount; in ocfs2_create_local_dquot() local
1246 &pcount, in ocfs2_create_local_dquot()