Home
last modified time | relevance | path

Searched refs:pg_end (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/fs/f2fs/
Dfile.c995 int f2fs_truncate_hole(struct inode *inode, pgoff_t pg_start, pgoff_t pg_end) in f2fs_truncate_hole() argument
999 while (pg_start < pg_end) { in f2fs_truncate_hole()
1015 count = min(end_offset - dn.ofs_in_node, pg_end - pg_start); in f2fs_truncate_hole()
1029 pgoff_t pg_start, pg_end; in punch_hole() local
1038 pg_end = ((unsigned long long) offset + len) >> PAGE_SHIFT; in punch_hole()
1043 if (pg_start == pg_end) { in punch_hole()
1056 ret = fill_zero(inode, pg_end, 0, off_end); in punch_hole()
1061 if (pg_start < pg_end) { in punch_hole()
1069 blk_end = (loff_t)pg_end << PAGE_SHIFT; in punch_hole()
1078 ret = f2fs_truncate_hole(inode, pg_start, pg_end); in punch_hole()
[all …]
Df2fs.h3173 int f2fs_truncate_hole(struct inode *inode, pgoff_t pg_start, pgoff_t pg_end);
/Linux-v5.10/drivers/tty/
Dgoldfish.c93 unsigned long pg_end = (addr & PAGE_MASK) + PAGE_SIZE; in goldfish_tty_rw() local
95 pg_end < addr_end ? pg_end : addr_end; in goldfish_tty_rw()
/Linux-v5.10/fs/9p/
Dvfs_file.c427 unsigned long pg_start, pg_end; in v9fs_file_write_iter() local
429 pg_end = (origin + retval - 1) >> PAGE_SHIFT; in v9fs_file_write_iter()
432 pg_start, pg_end); in v9fs_file_write_iter()
/Linux-v5.10/tools/vm/
Dpage-types.c175 static unsigned long pg_end[MAX_VMAS]; variable
762 while (pg_end[i] <= index) in walk_task()
769 index = min_t(unsigned long, pg_end[i], end); in walk_task()
926 pg_end[nr_vmas] = vm_end / page_size; in parse_pid()
/Linux-v5.10/drivers/misc/
Dfastrpc.c768 u64 pg_start, pg_end; in fastrpc_get_args() local
820 pg_end = ((ctx->args[i].ptr + len - 1) & PAGE_MASK) >> in fastrpc_get_args()
822 pages[i].size = (pg_end - pg_start + 1) * PAGE_SIZE; in fastrpc_get_args()
843 pg_end = ((args + len - 1) & PAGE_MASK) >> PAGE_SHIFT; in fastrpc_get_args()
844 pages[i].size = (pg_end - pg_start + 1) * PAGE_SIZE; in fastrpc_get_args()
/Linux-v5.10/fs/fuse/
Dinode.c387 pgoff_t pg_end; in fuse_reverse_inval_inode() local
403 pg_end = -1; in fuse_reverse_inval_inode()
405 pg_end = (offset + len - 1) >> PAGE_SHIFT; in fuse_reverse_inval_inode()
407 pg_start, pg_end); in fuse_reverse_inval_inode()