HomeSort by relevance Sort by last modified time
    Searched defs:osd2 (Results 101 - 103 of 103) sorted by null

1 2 3 45

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ext3_fs.h 288 } osd2; /* OS dependent 2 */ member in struct:ext3_inode
297 #define i_frag osd2.linux2.l_i_frag
298 #define i_fsize osd2.linux2.l_i_fsize
301 #define i_uid_high osd2.linux2.l_i_uid_high
302 #define i_gid_high osd2.linux2.l_i_gid_high
303 #define i_reserved2 osd2.linux2.l_i_reserved2
308 #define i_frag osd2.hurd2.h_i_frag;
309 #define i_fsize osd2.hurd2.h_i_fsize;
310 #define i_uid_high osd2.hurd2.h_i_uid_high
311 #define i_gid_high osd2.hurd2.h_i_gid_hig
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ext3_fs.h 288 } osd2; /* OS dependent 2 */ member in struct:ext3_inode
297 #define i_frag osd2.linux2.l_i_frag
298 #define i_fsize osd2.linux2.l_i_fsize
301 #define i_uid_high osd2.linux2.l_i_uid_high
302 #define i_gid_high osd2.linux2.l_i_gid_high
303 #define i_reserved2 osd2.linux2.l_i_reserved2
308 #define i_frag osd2.hurd2.h_i_frag;
309 #define i_fsize osd2.hurd2.h_i_fsize;
310 #define i_uid_high osd2.hurd2.h_i_uid_high
311 #define i_gid_high osd2.hurd2.h_i_gid_hig
    [all...]
  /system/extras/ext4_utils/
ext4.h 281 } osd2; member in struct:ext4_inode
313 #define i_file_acl_high osd2.linux2.l_i_file_acl_high
314 #define i_blocks_high osd2.linux2.l_i_blocks_high
317 #define i_uid_high osd2.linux2.l_i_uid_high
318 #define i_gid_high osd2.linux2.l_i_gid_high
319 #define i_reserved2 osd2.linux2.l_i_reserved2

Completed in 366 milliseconds

1 2 3 45