• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/

Lines Matching defs:logical

739  * insert new index [@logical;@ptr] into the block at @curp;
744 int logical, ext4_fsblk_t ptr)
753 if (unlikely(logical == le32_to_cpu(curp->p_idx->ei_block))) {
755 "logical %d == ei_block %d!",
756 logical, le32_to_cpu(curp->p_idx->ei_block));
760 if (logical > le32_to_cpu(curp->p_idx->ei_block)) {
767 logical, ptr, len,
778 logical, ptr, len,
784 ix->ei_block = cpu_to_le32(logical);
791 "logical %d == ei_block %d!",
792 logical, le32_to_cpu(curp->p_idx->ei_block));
1228 * search the closest allocated block to the left for *logical
1229 * and returns it at @logical + it's physical address at @phys
1230 * if *logical is the smallest allocated block, the function
1236 ext4_lblk_t *logical, ext4_fsblk_t *phys)
1243 EXT4_ERROR_INODE(inode, "path == NULL *logical %d!", *logical);
1253 * then *logical, but it can be that extent is the
1258 if (*logical < le32_to_cpu(ex->ee_block)) {
1261 "EXT_FIRST_EXTENT != ex *logical %d ee_block %d!",
1262 *logical, le32_to_cpu(ex->ee_block));
1280 if (unlikely(*logical < (le32_to_cpu(ex->ee_block) + ee_len))) {
1282 "logical %d < ee_block %d + ee_len %d!",
1283 *logical, le32_to_cpu(ex->ee_block), ee_len);
1287 *logical = le32_to_cpu(ex->ee_block) + ee_len - 1;
1293 * search the closest allocated block to the right for *logical
1294 * and returns it at @logical + it's physical address at @phys
1295 * if *logical is the smallest allocated block, the function
1301 ext4_lblk_t *logical, ext4_fsblk_t *phys)
1312 EXT4_ERROR_INODE(inode, "path == NULL *logical %d!", *logical);
1322 * then *logical, but it can be that extent is the
1327 if (*logical < le32_to_cpu(ex->ee_block)) {
1338 "ix != EXT_FIRST_INDEX *logical %d!",
1339 *logical);
1343 *logical = le32_to_cpu(ex->ee_block);
1348 if (unlikely(*logical < (le32_to_cpu(ex->ee_block) + ee_len))) {
1350 "logical %d < ee_block %d + ee_len %d!",
1351 *logical, le32_to_cpu(ex->ee_block), ee_len);
1358 *logical = le32_to_cpu(ex->ee_block);
1403 *logical = le32_to_cpu(ex->ee_block);
1659 /* check for wrap through zero on extent logical start block*/
2637 ext_debug("ext4_ext_convert_to_initialized: inode %lu, logical"
2960 ext_debug("ext4_split_unwritten_extents: inode %lu, logical"
2988 * If the uninitialized extent begins at the same logical
3191 ext_debug("ext4_ext_handle_uninitialized_extents: inode %lu, logical"
3461 ar.logical = map->m_lblk;
3822 __u64 logical;
3828 logical = (__u64)newex->ec_block << blksize_bits;
3835 offset = logical >> PAGE_SHIFT;
3867 logical+length > size)
3868 length = (size - logical + bs - 1) & ~(bs-1);
3871 error = fiemap_fill_next_extent(fieinfo, logical, physical,