Searched refs:off2 (Results 1 – 4 of 4) sorted by relevance
| /fs/cachefiles/ |
| A D | io.c | 107 if (off2 == 0) in cachefiles_read() 109 if (off2 < 0 && off2 >= (loff_t)-MAX_ERRNO && off2 != -ENXIO) { in cachefiles_read() 111 ret = off2; in cachefiles_read() 115 if (off2 == -ENXIO || off2 >= start_pos + len) { in cachefiles_read() 130 skipped = off2 - off; in cachefiles_read() 205 loff_t off, off2; in cachefiles_query_occupancy() local 232 if (off2 == 0) in cachefiles_query_occupancy() 234 if (off2 == -ENXIO) in cachefiles_query_occupancy() 236 if (off2 < 0 && off2 >= (loff_t)-MAX_ERRNO) in cachefiles_query_occupancy() 241 off2 = round_down(off2, granularity); in cachefiles_query_occupancy() [all …]
|
| /fs/jfs/ |
| A D | jfs_xtree.h | 22 __le32 off2; /* 4: offset in unit of fsblksize */ member 35 (xad)->off2 = __cpu_to_le32((offset64) & 0xffffffff);\ 42 ( ((s64)((xad)->off1)) << 32 | __le32_to_cpu((xad)->off2))
|
| /fs/hfs/ |
| A D | mdb.c | 79 int off2, len, size, sect; in hfs_mdb_get() local 190 off2 = off & (sb->s_blocksize - 1); in hfs_mdb_get() 191 len = min((int)sb->s_blocksize - off2, size); in hfs_mdb_get() 192 memcpy(ptr, bh->b_data + off2, len); in hfs_mdb_get()
|
| /fs/btrfs/ |
| A D | send.c | 7518 unsigned long off1, off2; in tree_compare_item() local 7526 off2 = btrfs_item_ptr_offset(right_path->nodes[0], in tree_compare_item() 7531 cmp = memcmp_extent_buffer(right_path->nodes[0], tmp_buf, off2, len1); in tree_compare_item()
|
Completed in 20 milliseconds