HomeSort by relevance Sort by last modified time
    Searched refs:i_current_depth (Results 1 - 5 of 5) sorted by null

  /external/f2fs-tools/fsck/
dir.c 171 max_depth = le32_to_cpu(dir->i.i_current_depth);
228 current_depth = le32_to_cpu(parent->i.i_current_depth);
278 * such as i_current_depth and i_blocks.
280 if (parent->i.i_current_depth != cpu_to_le32(current_depth)) {
281 parent->i.i_current_depth = cpu_to_le32(current_depth);
431 node_blk->i.i_current_depth = cpu_to_le32(1);
fsck.c 876 le32_to_cpu(node_blk->i.i_current_depth),
    [all...]
mount.c 211 DISP_u32(inode, i_current_depth);
    [all...]
  /external/f2fs-tools/mkfs/
f2fs_format.c 1012 raw_node->i.i_current_depth = cpu_to_le32(1);
    [all...]
  /external/f2fs-tools/include/
f2fs_fs.h 761 __le32 i_current_depth; /* only for directory depth */ member in struct:f2fs_inode
    [all...]

Completed in 155 milliseconds