HomeSort by relevance Sort by last modified time
    Searched full:inode (Results 76 - 100 of 1335) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
fs.h 116 #define __IS_FLG(inode,flg) ((inode)->i_sb->s_flags & (flg))
118 #define IS_RDONLY(inode) ((inode)->i_sb->s_flags & MS_RDONLY)
119 #define IS_SYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS) || ((inode)->i_flags & S_SYNC))
120 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || ((inode)->i_flags & (S_SYNC|S_DIRSYNC))
    [all...]
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
fs.h 116 #define __IS_FLG(inode,flg) ((inode)->i_sb->s_flags & (flg))
118 #define IS_RDONLY(inode) ((inode)->i_sb->s_flags & MS_RDONLY)
119 #define IS_SYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS) || ((inode)->i_flags & S_SYNC))
120 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || ((inode)->i_flags & (S_SYNC|S_DIRSYNC))
    [all...]
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
fs.h 116 #define __IS_FLG(inode,flg) ((inode)->i_sb->s_flags & (flg))
118 #define IS_RDONLY(inode) ((inode)->i_sb->s_flags & MS_RDONLY)
119 #define IS_SYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS) || ((inode)->i_flags & S_SYNC))
120 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || ((inode)->i_flags & (S_SYNC|S_DIRSYNC))
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
fs.h 116 #define __IS_FLG(inode,flg) ((inode)->i_sb->s_flags & (flg))
118 #define IS_RDONLY(inode) ((inode)->i_sb->s_flags & MS_RDONLY)
119 #define IS_SYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS) || ((inode)->i_flags & S_SYNC))
120 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || ((inode)->i_flags & (S_SYNC|S_DIRSYNC))
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
fs.h 116 #define __IS_FLG(inode,flg) ((inode)->i_sb->s_flags & (flg))
118 #define IS_RDONLY(inode) ((inode)->i_sb->s_flags & MS_RDONLY)
119 #define IS_SYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS) || ((inode)->i_flags & S_SYNC))
120 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || ((inode)->i_flags & (S_SYNC|S_DIRSYNC))
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
fs.h 116 #define __IS_FLG(inode,flg) ((inode)->i_sb->s_flags & (flg))
118 #define IS_RDONLY(inode) ((inode)->i_sb->s_flags & MS_RDONLY)
119 #define IS_SYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS) || ((inode)->i_flags & S_SYNC))
120 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || ((inode)->i_flags & (S_SYNC|S_DIRSYNC))
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/linux/
fs.h 116 #define __IS_FLG(inode,flg) ((inode)->i_sb->s_flags & (flg))
118 #define IS_RDONLY(inode) ((inode)->i_sb->s_flags & MS_RDONLY)
119 #define IS_SYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS) || ((inode)->i_flags & S_SYNC))
120 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || ((inode)->i_flags & (S_SYNC|S_DIRSYNC))
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/linux/
fs.h 116 #define __IS_FLG(inode,flg) ((inode)->i_sb->s_flags & (flg))
118 #define IS_RDONLY(inode) ((inode)->i_sb->s_flags & MS_RDONLY)
119 #define IS_SYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS) || ((inode)->i_flags & S_SYNC))
120 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || ((inode)->i_flags & (S_SYNC|S_DIRSYNC))
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/
fs.h 116 #define __IS_FLG(inode,flg) ((inode)->i_sb->s_flags & (flg))
118 #define IS_RDONLY(inode) ((inode)->i_sb->s_flags & MS_RDONLY)
119 #define IS_SYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS) || ((inode)->i_flags & S_SYNC))
120 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || ((inode)->i_flags & (S_SYNC|S_DIRSYNC))
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
fs.h 116 #define __IS_FLG(inode,flg) ((inode)->i_sb->s_flags & (flg))
118 #define IS_RDONLY(inode) ((inode)->i_sb->s_flags & MS_RDONLY)
119 #define IS_SYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS) || ((inode)->i_flags & S_SYNC))
120 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || ((inode)->i_flags & (S_SYNC|S_DIRSYNC))
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
fs.h 116 #define __IS_FLG(inode,flg) ((inode)->i_sb->s_flags & (flg))
118 #define IS_RDONLY(inode) ((inode)->i_sb->s_flags & MS_RDONLY)
119 #define IS_SYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS) || ((inode)->i_flags & S_SYNC))
120 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || ((inode)->i_flags & (S_SYNC|S_DIRSYNC))
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
fs.h 116 #define __IS_FLG(inode,flg) ((inode)->i_sb->s_flags & (flg))
118 #define IS_RDONLY(inode) ((inode)->i_sb->s_flags & MS_RDONLY)
119 #define IS_SYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS) || ((inode)->i_flags & S_SYNC))
120 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || ((inode)->i_flags & (S_SYNC|S_DIRSYNC))
    [all...]
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
fs.h 116 #define __IS_FLG(inode,flg) ((inode)->i_sb->s_flags & (flg))
118 #define IS_RDONLY(inode) ((inode)->i_sb->s_flags & MS_RDONLY)
119 #define IS_SYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS) || ((inode)->i_flags & S_SYNC))
120 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || ((inode)->i_flags & (S_SYNC|S_DIRSYNC))
    [all...]
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
fs.h 116 #define __IS_FLG(inode,flg) ((inode)->i_sb->s_flags & (flg))
118 #define IS_RDONLY(inode) ((inode)->i_sb->s_flags & MS_RDONLY)
119 #define IS_SYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS) || ((inode)->i_flags & S_SYNC))
120 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || ((inode)->i_flags & (S_SYNC|S_DIRSYNC))
    [all...]
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
fs.h 116 #define __IS_FLG(inode,flg) ((inode)->i_sb->s_flags & (flg))
118 #define IS_RDONLY(inode) ((inode)->i_sb->s_flags & MS_RDONLY)
119 #define IS_SYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS) || ((inode)->i_flags & S_SYNC))
120 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || ((inode)->i_flags & (S_SYNC|S_DIRSYNC))
    [all...]
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
fs.h 116 #define __IS_FLG(inode,flg) ((inode)->i_sb->s_flags & (flg))
118 #define IS_RDONLY(inode) ((inode)->i_sb->s_flags & MS_RDONLY)
119 #define IS_SYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS) || ((inode)->i_flags & S_SYNC))
120 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || ((inode)->i_flags & (S_SYNC|S_DIRSYNC))
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
fs.h 116 #define __IS_FLG(inode,flg) ((inode)->i_sb->s_flags & (flg))
118 #define IS_RDONLY(inode) ((inode)->i_sb->s_flags & MS_RDONLY)
119 #define IS_SYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS) || ((inode)->i_flags & S_SYNC))
120 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || ((inode)->i_flags & (S_SYNC|S_DIRSYNC))
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
fs.h 116 #define __IS_FLG(inode,flg) ((inode)->i_sb->s_flags & (flg))
118 #define IS_RDONLY(inode) ((inode)->i_sb->s_flags & MS_RDONLY)
119 #define IS_SYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS) || ((inode)->i_flags & S_SYNC))
120 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || ((inode)->i_flags & (S_SYNC|S_DIRSYNC))
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
fs.h 116 #define __IS_FLG(inode,flg) ((inode)->i_sb->s_flags & (flg))
118 #define IS_RDONLY(inode) ((inode)->i_sb->s_flags & MS_RDONLY)
119 #define IS_SYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS) || ((inode)->i_flags & S_SYNC))
120 #define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || ((inode)->i_flags & (S_SYNC|S_DIRSYNC))
    [all...]
  /external/e2fsprogs/tests/f_dup4/
expect.1 3 Running additional passes to resolve blocks claimed by more than one inode...
5 Multiply-claimed block(s) in inode 16: 30
6 Multiply-claimed block(s) in inode 17: 30
7 Multiply-claimed block(s) in inode 18: 30
8 Multiply-claimed block(s) in inode 19: 30
9 Multiply-claimed block(s) in inode 20: 34
10 Multiply-claimed block(s) in inode 21: 34
11 Multiply-claimed block(s) in inode 22: 34
12 Multiply-claimed block(s) in inode 23: 34
17 File /dir/foo (inode #16, mod time Tue Apr 10 21:00:00 2007)
    [all...]
  /external/kernel-headers/original/linux/
coda_fs_i.h 17 * coda fs inode data
23 unsigned int c_mapcount; /* nr of times this inode is mapped */
27 struct inode vfs_inode;
43 #define C_VATTR 0x1 /* Validity of vattr in inode */
48 int coda_cnode_make(struct inode **, struct CodaFid *, struct super_block *);
49 struct inode *coda_iget(struct super_block *sb, struct CodaFid *fid, struct coda_vattr *attr);
50 int coda_cnode_makectl(struct inode **inode, struct super_block *sb);
51 struct inode *coda_fid_to_inode(struct CodaFid *fid, struct super_block *sb);
52 void coda_replace_fid(struct inode *, struct CodaFid *, struct CodaFid *)
    [all...]
  /external/e2fsprogs/tests/progs/
test_rel_cmds.ct 39 # Inode relocation table commands
42 request do_irel_ma_create, "Open a memory array inode relocation table",
45 request do_irel_free, "Free an inode relocation table",
48 request do_irel_put, "Add or modify an inode relocation entry",
51 request do_irel_get, "Get an inode relocation entry",
55 "Get an inode relocation entry by its original number",
58 request do_irel_start_iter, "Start iterating over the inode table",
64 request do_irel_dump, "Dump the inode relocation table",
67 request do_irel_add_ref, "Add a reference to an inode entry",
70 request do_irel_start_iter_ref, "Start iterating over references to an inode",
    [all...]
  /external/e2fsprogs/tests/r_move_itable/
expect 5 Extending the inode table ----------------------------------------XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
26 Inode count: 1248
38 Inode blocks per group: 4
43 First inode: 11
44 Inode size: 128
51 Block bitmap at 130 (+129), Inode bitmap at 131 (+130)
52 Inode table at 132-135 (+131)
59 Block bitmap at 386 (+129), Inode bitmap at 387 (+130)
60 Inode table at 388-391 (+131)
65 Block bitmap at 513 (+0), Inode bitmap at 514 (+1
    [all...]
  /external/e2fsprogs/tests/f_dupfsblks/
expect.1 4 Inode 12, i_size is 4096, should be 5120. Fix? yes
6 Inode 13, i_size is 0, should be 2048. Fix? yes
9 Running additional passes to resolve blocks claimed by more than one inode...
11 Multiply-claimed block(s) in inode 12: 3 4 6 1
12 Multiply-claimed block(s) in inode 13: 2 3
13 Multiply-claimed block(s) in inode 14: 2
18 File /foo (inode #12, mod time Thu Apr 28 17:57:53 1994)
21 /bar (inode #13, mod time Thu Aug 5 07:17:17 1999)
24 File /bar (inode #13, mod time Thu Aug 5 07:17:17 1999)
27 /foo (inode #12, mod time Thu Apr 28 17:57:53 1994
    [all...]
  /development/ndk/platforms/android-3/include/linux/
xattr.h 35 size_t (*list)(struct inode *inode, char *list, size_t list_size,
37 int (*get)(struct inode *inode, const char *name, void *buffer,
39 int (*set)(struct inode *inode, const char *name, const void *buffer,

Completed in 924 milliseconds

1 2 34 5 6 7 8 91011>>