/external/ltp/testcases/kernel/fs/dmapi/ |
event_sn.c | 155 } else if (ino != ROOT_INODE) { 158 ino, ROOT_INODE); 205 } else if (ino != ROOT_INODE) { 208 ino, ROOT_INODE); 255 } else if (ino != ROOT_INODE) { 258 ino, ROOT_INODE); 308 } else if (ino != ROOT_INODE) { 311 ino, ROOT_INODE); 371 } else if (ino1 != ROOT_INODE) { 374 ino1, ROOT_INODE); [all...] |
event_an.c | 207 } else if (ino1 != ROOT_INODE) { 210 ino1, ROOT_INODE); 296 } else if (ino != ROOT_INODE) { 299 ino, ROOT_INODE); 373 } else if (ino1 != ROOT_INODE) { 376 ino1, ROOT_INODE); 378 } else if (ino2 != ROOT_INODE) { 381 ino2, ROOT_INODE); 482 } else if (ino1 != ROOT_INODE) { 485 ino1, ROOT_INODE); [all...] |
dm_test.h | 72 #define ROOT_INODE 2
|
/external/squashfs-tools/kernel/fs/squashfs/ |
super.c | 73 long long root_inode; local 164 root_inode = le64_to_cpu(sblk->root_inode); 165 if (SQUASHFS_INODE_OFFSET(root_inode) > SQUASHFS_METADATA_SIZE) 260 err = squashfs_read_inode(root, root_inode);
|
squashfs_fs.h | 229 __le64 root_inode; member in struct:squashfs_super_block
|
/system/extras/ext4_utils/ |
ext4fixup.c | 694 struct ext4_inode root_inode; local 749 read_inode(fd, EXT4_ROOT_INO, &root_inode); 751 if (!S_ISDIR(root_inode.i_mode)) { 756 (root_inode.i_flags & EXT4_EXTENTS_FL) ? "does" : "does not"); 759 dirsize = root_inode.i_blocks_lo * INODE_BLOCK_SIZE; 782 recurse_dir(fd, &root_inode, dirbuf, dirsize, SANITY_CHECK_PASS); 792 if (!recurse_dir(fd, &root_inode, dirbuf, dirsize, MARK_INODE_NUMS)) { 799 if (!recurse_dir(fd, &root_inode, dirbuf, dirsize, UPDATE_INODE_NUMS)) {
|
make_ext4fs.c | 109 u32 root_inode; local 118 root_inode = make_directory(0, 1, &dentries, 1); 119 inode = make_directory(root_inode, 0, NULL, 0); 140 return root_inode;
|
/external/squashfs-tools/kernel/include/linux/ |
squashfs_fs.h | 228 __le64 root_inode; member in struct:squashfs_super_block
|
/external/squashfs-tools/squashfs-tools/ |
squashfs_fs.h | 293 squashfs_inode root_inode; member in struct:squashfs_super_block
|
read_fs.c | 874 SQUASHFS_INODE_BLK(sBlk->root_inode); 876 SQUASHFS_INODE_OFFSET(sBlk->root_inode);
|
squashfs_compat.h | 54 squashfs_inode root_inode; member in struct:squashfs_super_block_3 253 SQUASHFS_SWAP((s)->root_inode, d, 344, 64);\
|
squashfs_swap.h | 57 SWAP_FUNC(64, s, d, root_inode, struct squashfs_super_block);\
|
unsquashfs.c | [all...] |
mksquashfs.c | [all...] |
/frameworks/base/core/java/com/android/internal/os/ |
FuseAppLoop.java | 39 public static final int ROOT_INODE = 1;
|
/external/squashfs-tools/kernel-2.4/include/linux/ |
squashfs_fs.h | 232 squashfs_inode_t root_inode; member in struct:squashfs_super_block 388 SQUASHFS_SWAP((s)->root_inode, d, 344, 64);\
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
inode.c | 1097 if ((root = (msblk->iget)(s, sblk->root_inode)) == NULL) [all...] |
/external/robolectric/v1/lib/main/ |
sqlite-jdbc-3.7.2.jar | |