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

  /external/e2fsprogs/lib/ext2fs/
swapfs.c 155 has_data_blocks = ext2fs_inode_data_blocks(fs,
159 has_data_blocks = ext2fs_inode_data_blocks(fs,
namei.c 50 if (ext2fs_inode_data_blocks(fs,&ei)) {
ext2fs.h 990 extern blk_t ext2fs_inode_data_blocks(ext2_filsys fs,
1184 _INLINE_ blk_t ext2fs_inode_data_blocks(ext2_filsys fs, function
    [all...]
  /external/e2fsprogs/e2fsck/
pass1.c 177 blocks = ext2fs_inode_data_blocks(fs, inode);
892 if (ext2fs_inode_data_blocks(fs, inode) == 0) {
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c 595 if (LINUX_S_ISLNK(inode->i_mode) && ext2fs_inode_data_blocks(current_fs,inode) == 0)
    [all...]

Completed in 106 milliseconds