Searched refs:pg_offp (Results 1 – 1 of 1) sorted by relevance
136 loff_t pg_offp = *offp & ~PAGE_MASK; in snapshot_read() local145 if (!pg_offp) { /* on page boundary? */ in snapshot_read()150 res = PAGE_SIZE - pg_offp; in snapshot_read()153 res = simple_read_from_buffer(buf, count, &pg_offp, in snapshot_read()169 loff_t pg_offp = *offp & ~PAGE_MASK; in snapshot_write() local175 if (!pg_offp) { in snapshot_write()180 res = PAGE_SIZE - pg_offp; in snapshot_write()188 res = simple_write_to_buffer(data_of(data->handle), res, &pg_offp, in snapshot_write()