Searched refs:pg_offp (Results 1 – 1 of 1) sorted by relevance
139 loff_t pg_offp = *offp & ~PAGE_MASK; in snapshot_read() local148 if (!pg_offp) { /* on page boundary? */ in snapshot_read()153 res = PAGE_SIZE - pg_offp; in snapshot_read()156 res = simple_read_from_buffer(buf, count, &pg_offp, in snapshot_read()172 loff_t pg_offp = *offp & ~PAGE_MASK; in snapshot_write() local178 if (!pg_offp) { in snapshot_write()183 res = PAGE_SIZE - pg_offp; in snapshot_write()191 res = simple_write_to_buffer(data_of(data->handle), res, &pg_offp, in snapshot_write()