HomeSort by relevance Sort by last modified time
    Searched refs:inode (Results 276 - 300 of 580) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
net.h 19 struct inode;
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
efs_dir.h 19 __be32 inode; member in struct:efs_dentry
net.h 19 struct inode;
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
efs_dir.h 19 __be32 inode; member in struct:efs_dentry
net.h 19 struct inode;
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
efs_dir.h 19 __be32 inode; member in struct:efs_dentry
net.h 19 struct inode;
  /external/kernel-headers/original/linux/
posix_acl.h 77 extern int posix_acl_permission(struct inode *, const struct posix_acl *, int);
83 extern struct posix_acl *get_posix_acl(struct inode *, int);
84 extern int set_posix_acl(struct inode *, int, struct posix_acl *);
proc_fs.h 103 struct dentry *proc_pid_lookup(struct inode *dir, struct dentry * dentry, struct nameidata *);
115 extern struct inode *proc_get_inode(struct super_block *, unsigned int, struct proc_dir_entry *);
127 extern struct dentry *proc_lookup(struct inode *, struct dentry *, struct nameidata *);
252 int (*proc_get_link)(struct inode *, struct dentry **, struct vfsmount **);
256 struct inode vfs_inode;
259 static inline struct proc_inode *PROC_I(const struct inode *inode)
261 return container_of(inode, struct proc_inode, vfs_inode);
264 static inline struct proc_dir_entry *PDE(const struct inode *inode)
    [all...]
nfs_xdr.h 381 struct inode * inode; member in struct:nfs3_setaclargs
726 struct inode *inode; member in struct:nfs_read_data
744 struct inode *inode; member in struct:nfs_write_data
777 int (*lookup) (struct inode *, struct qstr *,
779 int (*access) (struct inode *, struct nfs_access_entry *);
780 int (*readlink)(struct inode *, struct page *, unsigned int,
785 int (*create) (struct inode *, struct dentry *
    [all...]
  /system/extras/ext4_utils/
allocate.h 34 struct ext4_inode *get_inode(u32 inode);
35 struct ext4_xattr_header *get_xattr_block_for_inode(struct ext4_inode *inode);
44 void add_directory(u32 inode);
  /external/e2fsprogs/debugfs/
htree.c 32 struct ext2_inode *inode,
47 errcode = ext2fs_bmap(fs, ino, inode, buf, 0, blk, &pblk);
94 sprintf(tmp, "%u 0x%08x-%08x (%d) %s ", dirent->inode,
110 struct ext2_inode *inode,
116 struct ext2_inode *inode,
148 htree_dump_int_block(fs, ino, inode, rootnode,
151 htree_dump_leaf_node(fs, ino, inode, rootnode,
159 struct ext2_inode *inode,
173 errcode = ext2fs_bmap(fs, ino, inode, buf, 0, blk, &pblk);
187 htree_dump_int_node(fs, ino, inode, rootnode
199 struct ext2_inode inode; local
357 ext2_ino_t inode; local
    [all...]
util.c 105 * an inode.
116 * inode number.
174 * This routine returns 1 if a filesystem is doesn't have its inode
313 * argument which is a file/inode number specifier.
316 ext2_ino_t *inode, int flags)
321 *inode = string_to_inode(argv[1]);
322 if (!*inode)
354 int debugfs_read_inode_full(ext2_ino_t ino, struct ext2_inode * inode,
359 retval = ext2fs_read_inode_full(current_fs, ino, inode, bufsize);
361 com_err(cmd, retval, "while reading inode %u", ino)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
fileio.c 25 struct ext2_inode inode; member in struct:ext2_file
36 struct ext2_inode *inode,
60 if (inode) {
61 memcpy(&file->inode, inode, sizeof(struct ext2_inode));
63 retval = ext2fs_read_inode(fs, ino, &file->inode);
119 retval = ext2fs_bmap(fs, file->ino, &file->inode,
171 retval = ext2fs_bmap(fs, file->ino, &file->inode,
220 while ((file->pos < EXT2_I_SIZE(&file->inode)) && (wanted > 0)) {
232 left = EXT2_I_SIZE(&file->inode) - file->pos
    [all...]
expanddir.c 85 struct ext2_inode inode; local
112 * Update the size and block count fields in the inode.
114 retval = ext2fs_read_inode(fs, dir, &inode);
118 inode.i_size += fs->blocksize;
119 ext2fs_iblk_add_blocks(fs, &inode, es.newblocks);
121 retval = ext2fs_write_inode(fs, dir, &inode);
inode.c 2 * inode.c --- utility routines to read and write inodes
116 * If fs->badblocks isn't set, then set it --- since the inode
266 * blocks in the inode table.
278 * If the inode table is missing, then obviously there are no
327 * read in more blocks from the current blockgroup's inode table.
354 * Do inode bad block processing, if necessary.
387 * that part of the inode table was used at one point; we want all
388 * zeros, which means that the inode table is pristine.)
405 struct ext2_inode *inode, int bufsize)
451 * Have we run out of space in the inode buffer? If so, w
791 struct ext2_inode inode; local
814 struct ext2_inode inode; local
    [all...]
bb_inode.c 2 * bb_inode.c --- routines to update the bad block inode.
5 * this routine returns an error, the bad block inode may be in an
54 * Given a bad blocks bitmap, update the bad blocks inode to reflect
61 struct ext2_inode inode; local
100 * block inode (!).
120 * Update the bad block inode's mod time and block count
123 retval = ext2fs_read_inode(fs, EXT2_BAD_INO, &inode);
127 inode.i_atime = inode.i_mtime = fs->now ? fs->now : time(0);
128 if (!inode.i_ctime
    [all...]
dirblock.c 40 dirent->inode = ext2fs_swab32(dirent->inode);
94 dirent->inode = ext2fs_swab32(dirent->inode);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h 158 __le32 s_flags; /* Right now used only by inode-attributes, if enabled */
265 static __inline__ struct reiserfs_inode_info *REISERFS_I(const struct inode *inode)
267 return container_of(inode, struct reiserfs_inode_info, vfs_inode);
289 #define get_inode_item_key_version( inode ) \
290 ((REISERFS_I(inode)->i_flags & i_item_key_version_mask) ? KEY_FORMAT_3_6 : KEY_FORMAT_3_5)
292 #define set_inode_item_key_version( inode, version ) \
294 REISERFS_I(inode)->i_flags |= i_item_key_version_mask; \
296 REISERFS_I(inode)->i_flags &= ~i_item_key_version_mask; })
298 #define get_inode_sd_version(inode) \
2042 struct inode *inode; \/* inode passed to allocator, if we allocate unf. nodes *\/ member in struct:__reiserfs_blocknr_hint
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h 158 __le32 s_flags; /* Right now used only by inode-attributes, if enabled */
265 static __inline__ struct reiserfs_inode_info *REISERFS_I(const struct inode *inode)
267 return container_of(inode, struct reiserfs_inode_info, vfs_inode);
289 #define get_inode_item_key_version( inode ) \
290 ((REISERFS_I(inode)->i_flags & i_item_key_version_mask) ? KEY_FORMAT_3_6 : KEY_FORMAT_3_5)
292 #define set_inode_item_key_version( inode, version ) \
294 REISERFS_I(inode)->i_flags |= i_item_key_version_mask; \
296 REISERFS_I(inode)->i_flags &= ~i_item_key_version_mask; })
298 #define get_inode_sd_version(inode) \
2042 struct inode *inode; \/* inode passed to allocator, if we allocate unf. nodes *\/ member in struct:__reiserfs_blocknr_hint
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h 158 __le32 s_flags; /* Right now used only by inode-attributes, if enabled */
265 static __inline__ struct reiserfs_inode_info *REISERFS_I(const struct inode *inode)
267 return container_of(inode, struct reiserfs_inode_info, vfs_inode);
289 #define get_inode_item_key_version( inode ) \
290 ((REISERFS_I(inode)->i_flags & i_item_key_version_mask) ? KEY_FORMAT_3_6 : KEY_FORMAT_3_5)
292 #define set_inode_item_key_version( inode, version ) \
294 REISERFS_I(inode)->i_flags |= i_item_key_version_mask; \
296 REISERFS_I(inode)->i_flags &= ~i_item_key_version_mask; })
298 #define get_inode_sd_version(inode) \
2042 struct inode *inode; \/* inode passed to allocator, if we allocate unf. nodes *\/ member in struct:__reiserfs_blocknr_hint
    [all...]
  /external/e2fsprogs/e2fsck/
emptydir.c 27 struct ext2_inode inode; member in struct:empty_dir_info_struct
95 return; /* Inode number 11 is usually lost+found */
97 printf(_("Empty directory block %u (#%d) in inode %u\n"),
130 retval = ext2fs_bmap(fs, edi->ino, &edi->inode,
160 retval = ext2fs_read_inode(fs, db->ino, &edi->inode);
170 edi->inode.i_size -= edi->freed_blocks * fs->blocksize;
171 ext2fs_iblk_add_blocks(fs, &edi->inode, edi->freed_blocks);
172 retval = ext2fs_write_inode(fs, db->ino, &edi->inode);
super.c 42 * helper function to release an inode
94 * If we are truncating an orphan, then update the inode fields
149 * This function releases an inode. Returns 1 if an inconsistency was
150 * found. If the inode has a link count, then it is being truncated and
154 struct ext2_inode *inode, char *block_buf,
162 if (!ext2fs_inode_has_valid_blocks(inode))
170 if (inode->i_links_count) {
173 ((((long long)inode->i_size_high << 32) +
174 inode->i_size + fs->blocksize - 1) /
176 pb.truncate_offset = inode->i_size % fs->blocksize
228 struct ext2_inode inode; local
310 struct ext2_inode inode; local
    [all...]
  /external/libcap-ng/libcap-ng-0.7/utils/
proc-llist.c 50 newnode->inode = node->inode;
93 if (cur->inode == i) {
  /external/e2fsprogs/po/
at-expand.pl 7 "#. \"inode\", and so on. In order to make it easier for translators, the\n",
20 "#. a dynamic %-expansion, which expands %i as an inode number, and so\n",
23 "#. expansions; so for example, \"%Iu\" expands to the inode's user id\n",
24 "#. ownership field (inode->i_uid).\n",
29 "#. %Di <dirent> -> ino inode number\n",
34 "#. %d <dir> inode number\n",
36 "#. %i <ino> inode number\n",
37 "#. %Is <inode> -> i_size\n",
38 "#. %IS <inode> -> i_extra_isize\n",
39 "#. %Ib <inode> -> i_blocks\n"
    [all...]

Completed in 311 milliseconds

<<11121314151617181920>>