Home
last modified time | relevance | path

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

/Linux-v5.15/fs/f2fs/
Dfile.c1039 int f2fs_truncate_hole(struct inode *inode, pgoff_t pg_start, pgoff_t pg_end) in f2fs_truncate_hole() argument
1043 while (pg_start < pg_end) { in f2fs_truncate_hole()
1059 count = min(end_offset - dn.ofs_in_node, pg_end - pg_start); in f2fs_truncate_hole()
1073 pgoff_t pg_start, pg_end; in punch_hole() local
1082 pg_end = ((unsigned long long) offset + len) >> PAGE_SHIFT; in punch_hole()
1087 if (pg_start == pg_end) { in punch_hole()
1100 ret = fill_zero(inode, pg_end, 0, off_end); in punch_hole()
1105 if (pg_start < pg_end) { in punch_hole()
1112 blk_end = (loff_t)pg_end << PAGE_SHIFT; in punch_hole()
1120 ret = f2fs_truncate_hole(inode, pg_start, pg_end); in punch_hole()
[all …]
Df2fs.h3271 int f2fs_truncate_hole(struct inode *inode, pgoff_t pg_start, pgoff_t pg_end);
/Linux-v5.15/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.15/fs/9p/
Dvfs_file.c410 unsigned long pg_start, pg_end; in v9fs_file_write_iter() local
412 pg_end = (origin + retval - 1) >> PAGE_SHIFT; in v9fs_file_write_iter()
415 pg_start, pg_end); in v9fs_file_write_iter()
/Linux-v5.15/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.15/drivers/misc/
Dfastrpc.c771 u64 pg_start, pg_end; in fastrpc_get_args() local
825 pg_end = ((ctx->args[i].ptr + len - 1) & PAGE_MASK) >> in fastrpc_get_args()
827 pages[i].size = (pg_end - pg_start + 1) * PAGE_SIZE; in fastrpc_get_args()
848 pg_end = ((args + len - 1) & PAGE_MASK) >> PAGE_SHIFT; in fastrpc_get_args()
849 pages[i].size = (pg_end - pg_start + 1) * PAGE_SIZE; in fastrpc_get_args()
/Linux-v5.15/fs/fuse/
Dinode.c396 pgoff_t pg_end; in fuse_reverse_inval_inode() local
412 pg_end = -1; in fuse_reverse_inval_inode()
414 pg_end = (offset + len - 1) >> PAGE_SHIFT; in fuse_reverse_inval_inode()
416 pg_start, pg_end); in fuse_reverse_inval_inode()