HomeSort by relevance Sort by last modified time
    Searched defs:inode (Results 1 - 25 of 174) sorted by null

1 2 3 4 5 6 7

  /external/strace/tests/
net-yy-netlink.c 59 const unsigned long inode = inode_of_sockfd(fd); local
61 "%d<NETLINK:[%lu]>\n", fd, inode);
67 fd, inode, addr.nl_pid, (unsigned) *len);
nlattr_unix_diag_msg.c 109 static const uint32_t inode[] = { 0xadbcadbc, 0xfabdcdac }; local
112 UNIX_DIAG_ICONS, pattern, inode, print_uint);
  /external/strace/tests-m32/
net-yy-netlink.c 59 const unsigned long inode = inode_of_sockfd(fd); local
61 "%d<NETLINK:[%lu]>\n", fd, inode);
67 fd, inode, addr.nl_pid, (unsigned) *len);
nlattr_unix_diag_msg.c 109 static const uint32_t inode[] = { 0xadbcadbc, 0xfabdcdac }; local
112 UNIX_DIAG_ICONS, pattern, inode, print_uint);
  /external/strace/tests-mx32/
net-yy-netlink.c 59 const unsigned long inode = inode_of_sockfd(fd); local
61 "%d<NETLINK:[%lu]>\n", fd, inode);
67 fd, inode, addr.nl_pid, (unsigned) *len);
nlattr_unix_diag_msg.c 109 static const uint32_t inode[] = { 0xadbcadbc, 0xfabdcdac }; local
112 UNIX_DIAG_ICONS, pattern, inode, print_uint);
  /external/e2fsprogs/lib/ext2fs/
dblist_dir.c 68 struct ext2_inode inode; local
76 ctx->errcode = ext2fs_read_inode(fs, ctx->dir, &inode);
79 if (inode.i_flags & EXT4_INLINE_DATA_FL)
tst_inode_size.c 19 struct ext2_inode_large inode; variable in typeref:struct:ext2_inode_large
25 #define check_field(x, s) cur_offset = do_field(#x, s, sizeof(inode.x), \
75 do_field("Small inode end", 0, 0, cur_offset, 128);
86 do_field("Large inode end", 0, 0, cur_offset, sizeof(inode));
lookup.c 25 ext2_ino_t *inode; member in struct:lookup_struct
44 *ls->inode = dirent->inode;
51 int namelen, char *buf, ext2_ino_t *inode)
60 ls.inode = inode;
read_bb.c 2 * read_bb --- read the bad blocks inode
63 * Reads the current bad blocks from the bad blocks inode.
69 struct ext2_inode inode; local
75 retval = ext2fs_read_inode(fs, EXT2_BAD_INO, &inode);
78 numblocks = inode.i_blocks;
80 (inode.i_flags & EXT4_HUGE_FILE_FL)))
symlink.c 35 struct ext2_inode inode; local
60 memset(&inode, 0, sizeof(struct ext2_inode));
61 fastlink = (target_len < sizeof(inode.i_block));
64 &inode,
72 * Allocate an inode, if necessary
82 * Create the inode structure....
84 inode.i_mode = LINUX_S_IFLNK | 0777;
85 inode.i_uid = inode.i_gid = 0;
86 inode.i_links_count = 1
    [all...]
expanddir.c 91 struct ext2_inode inode; local
105 retval = ext2fs_read_inode(fs, dir, &inode);
111 es.goal = ext2fs_find_inode_goal(fs, dir, &inode, 0);
126 * Update the size and block count fields in the inode.
128 retval = ext2fs_read_inode(fs, dir, &inode);
132 inode.i_size += fs->blocksize;
133 ext2fs_iblk_add_blocks(fs, &inode, es.newblocks);
135 retval = ext2fs_write_inode(fs, dir, &inode);
mkdir.c 40 struct ext2_inode parent_inode, inode; local
58 * Allocate an inode, if necessary
70 memset(&inode, 0, sizeof(struct ext2_inode));
73 &inode,
85 inode.i_block);
92 * Get the parent's inode, if necessary
102 * Create the inode structure....
104 inode.i_mode = LINUX_S_IFDIR | (0777 & ~fs->umask);
105 inode.i_uid = inode.i_gid = 0
    [all...]
unlink.c 25 ext2_ino_t inode; member in struct:link_struct
52 if (ls->inode) {
53 if (dirent->inode != ls->inode)
56 if (!dirent->inode)
63 dirent->inode = 0;
88 ls.inode = ino;
  /external/syslinux/com32/libupload/
cpio.c 27 static uint32_t inode = 2; local
36 inode++, /* c_ino */
  /external/e2fsprogs/debugfs/
icheck.c 31 ext2_ino_t inode; member in struct:block_walk_struct
46 bw->barray[i].ino = bw->inode;
63 struct ext2_inode inode; local
77 "while allocating inode info array");
97 com_err("icheck", retval, "while opening inode scan");
102 retval = ext2fs_get_next_inode(scan, &ino, &inode);
105 com_err("icheck", retval, "while starting inode scan");
112 if (!inode.i_links_count)
115 bw.inode = ino;
117 blk = ext2fs_file_acl_block(current_fs, &inode);
    [all...]
ncheck.c 46 struct ext2_inode inode; local
55 if (iw->iarray[i] == dirent->inode) {
62 "while calling ext2fs_get_pathname for inode #%u", iw->dir);
77 if (!debugfs_read_inode(dirent->inode, &inode,
79 filetype != ext2_file_type(inode.i_mode)) {
98 struct ext2_inode inode; local
119 com_err(argv[0], 0, "Usage: ncheck [-c] <inode number> ...");
128 "while allocating inode number array");
136 com_err(argv[0], 0, "Bad inode - %s", argv[i])
    [all...]
  /external/e2fsprogs/e2fsck/
pass4.c 22 * This routine is called when an inode is not connected to the
29 struct ext2_inode_large *inode)
36 e2fsck_read_inode_full(ctx, i, EXT2_INODE(inode),
40 extra_size = inode->i_extra_isize;
43 pctx.inode = EXT2_INODE(inode);
46 eamagic = *(__u32 *)(((char *)inode) +EXT2_GOOD_OLD_INODE_SIZE +
54 if (!inode->i_blocks && eamagic != EXT2_EXT_ATTR_MAGIC &&
55 (LINUX_S_ISREG(inode->i_mode) || LINUX_S_ISDIR(inode->i_mode)))
93 struct ext2_inode_large *inode; local
    [all...]
quota.c 22 struct ext2_inode inode; local
26 /* We need the inode bitmap to be loaded */
30 retval = ext2fs_read_inode(fs, from_ino, &inode);
37 inode.i_links_count = 1;
38 inode.i_mode = LINUX_S_IFREG | 0600;
39 inode.i_flags = EXT2_IMMUTABLE_FL;
41 inode.i_flags |= EXT4_EXTENTS_FL;
43 retval = ext2fs_write_new_inode(fs, to_ino, &inode);
50 /* unlink the old inode */
54 /* Clear out the original inode in the inode-table block. *
    [all...]
  /external/libcap-ng/libcap-ng-0.7/utils/
proc-llist.h 37 unsigned long inode; // inode of socket member in struct:_lnode
  /external/linux-kselftest/tools/testing/selftests/vm/
mlock2.h 34 unsigned long inode; local
45 &start, &end, perms, &offset, dev, &inode, path) < 6)
  /external/squashfs-tools/kernel/fs/squashfs/
symlink.c 28 * link inode within the inode table. This allows the normally small symbolic
29 * link to be compressed as part of the inode table, achieving much greater
48 struct inode *inode = page->mapping->host; local
49 struct super_block *sb = inode->i_sb;
52 u64 block = squashfs_i(inode)->start;
53 int offset = squashfs_i(inode)->offset;
54 int length = min_t(int, i_size_read(inode) - index, PAGE_CACHE_SIZE);
70 squashfs_i(inode)->start
    [all...]
  /external/strace/
netlink_unix_diag.c 103 uint32_t inode; local
104 const size_t nmemb = len / sizeof(inode);
109 print_array(tcp, addr, nmemb, &inode, sizeof(inode),
  /external/syslinux/core/fs/
getfssec.c 38 * inode->next_extent.pstart and inode->next_extent.len (the caller
39 * will store the initial sector number into inode->next_extent.lstart
42 * If inode->next_extent.len != 0 on entry then the routine is allowed
43 * to assume inode->next_extent contains valid data from the previous
48 * information into inode->next_extent at searchdir/iget time, and leave
74 static void get_next_extent(struct inode *inode)
77 uint32_t lstart = inode->this_extent.lstart + inode->this_extent.len
91 struct inode *inode = file->inode; local
    [all...]
  /external/e2fsprogs/contrib/android/
fsmap.c 30 struct ext2_inode inode; local
33 retval = ext2fs_read_inode(fs, ino, &inode);
37 if (!ext2fs_inode_has_valid_blocks2(fs, &inode))
38 return format->inline_data(&(inode.i_block[0]),
50 struct ext2_inode inode; local
52 if (ext2fs_read_inode(fs, ino, &inode))
54 return S_ISDIR(inode.i_mode);
65 struct ext2_inode inode; variable in typeref:struct:ext2_inode
79 retval = ext2fs_read_inode(pdata->fs, de->inode, &inode);
    [all...]

Completed in 813 milliseconds

1 2 3 4 5 6 7