Lines Matching full:move
21 struct ext4_map_blocks orig_map;/* Origin file's move mapping */
193 * Start to move extent between the origin inode and the donor inode,
356 /* Move extent */ in mext_move_extent()
423 …ext4_debug("ext4 move extent: The argument files should not be same inode [ino:orig %lu, donor %lu… in mext_check_validity()
430 …ext4_debug("ext4 move extent: The argument files should be in same FS [ino:orig %lu, donor %lu]\n", in mext_check_validity()
437 …ext4_debug("ext4 move extent: The argument files should be regular file [ino:orig %lu, donor %lu]\… in mext_check_validity()
471 /* Ext4 move extent supports only extent based file */ in mext_check_validity()
480 ext4_debug("ext4 move extent: suid or sgid is set to donor file [ino:orig %lu, donor %lu]\n", in mext_check_validity()
486 …ext4_debug("ext4 move extent: donor should not be immutable or append file [ino:orig %lu, donor %l… in mext_check_validity()
491 /* Ext4 move extent does not support swap files */ in mext_check_validity()
493 …ext4_debug("ext4 move extent: The argument files should not be swap files [ino:orig %lu, donor %lu… in mext_check_validity()
499 …ext4_debug("ext4 move extent: The argument files should not be quota files [ino:orig %lu, donor %l… in mext_check_validity()
505 ext4_debug("ext4 move extent: File size is 0 byte\n"); in mext_check_validity()
526 …ext4_debug("ext4 move extent: orig and donor's start offsets are not aligned [ino:orig %lu, donor … in mext_check_adjust_range()
536 ext4_debug("ext4 move extent: Can't handle over [%u] blocks [ino:orig %lu, donor %lu]\n", in mext_check_adjust_range()
553 ext4_debug("ext4 move extent: len should not be 0 [ino:orig %lu, donor %lu]\n", in mext_check_adjust_range()
625 /* Move failed or partially failed. */ in ext4_move_extents()