/external/kernel-headers/original/linux/ |
wanrouter.h | 455 #include <linux/fs.h> /* support for device drivers */
|
genhd.h | 62 #include <linux/fs.h> 324 __le32 d_sbsize; /* max size of fs superblock, bytes */
|
jbd.h | 110 * journal_t is linked to from the fs superblock structure. 223 __u8 s_users[16*48]; /* ids of all fs'es sharing the log */ 246 #include <linux/fs.h> 289 "EXT3-fs unexpected failure: %s;\n",# expr); \ 370 * @h_err: Field for caller's use to track errors through large fs operations 391 /* Field for caller's use to track errors through large fs */ 601 * @j_fs_dev: Device which holds the client fs. For internal journal this will 628 * @j_private: An opaque pointer to fs-private information. 738 * Device which holds the client fs. For internal journal this will be 820 * An opaque pointer to fs-private information. ext3 puts it [all...] |
msdos_fs.h | 198 #include <linux/fs.h> 218 atari:1, /* Use Atari GEMDOS variation of MS-DOS fs */
|
tty.h | 9 #include <linux/fs.h>
|
/external/opencore/codecs_v2/audio/aac/dec/src/ |
sbr_generate_high_freq.cpp | 202 Int32 fs, 296 switch (fs) 300 * goalSb = (int)( 2.048e6f / fs + 0.5f );
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
sbr_generate_high_freq.cpp | 202 Int32 fs, 296 switch (fs) 300 * goalSb = (int)( 2.048e6f / fs + 0.5f );
|
/bootable/diskinstaller/libdiskconfig/ |
diskconfig.c | 29 #include <linux/fs.h>
|
/external/e2fsprogs/e2fsck/ |
recovery.c | 2 * linux/fs/recovery.c 20 #include <linux/fs.h>
|
problem.c | 390 /* Block bitmap conflicts with some other fs block */ 395 /* Inode bitmap conflicts with some other fs block */ 400 /* Inode table conflicts with some other fs block */ 430 /* Block number overlaps fs metadata */ 1611 ext2_filsys fs = ctx->fs; local [all...] |
revoke.c | 2 * linux/fs/revoke.c 64 #include <linux/fs.h>
|
/system/core/libdiskconfig/ |
diskconfig.c | 29 #include <linux/fs.h>
|
/external/elfutils/libasm/ |
Makefile | 565 ln -fs $@ $@.$(VERSION) 578 ln -fs libasm-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libasm.so.$(VERSION) 579 ln -fs libasm.so.$(VERSION) $(DESTDIR)$(libdir)/libasm.so
|
/external/elfutils/libdw/ |
Makefile | 658 ln -fs $@ $@.$(VERSION) 671 ln -fs libdw-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libdw.so.$(VERSION) 672 ln -fs libdw.so.$(VERSION) $(DESTDIR)$(libdir)/libdw.so
|
/external/opencore/engines/player/test/src/ |
test_pv_player_engine_testset13.cpp | 100 Oscl_FileServer fs; local 101 fs.Connect(); 115 if (file.Open(filename.get_str(), Oscl_File::MODE_READ | Oscl_File::MODE_TEXT, fs)) 126 fs.Close(); 2304 Oscl_FileServer fs; local 4527 Oscl_FileServer fs; local 6673 Oscl_FileServer fs; local 8839 Oscl_FileServer fs; local 11105 Oscl_FileServer fs; local 13549 Oscl_FileServer fs; local 15792 Oscl_FileServer fs; local 18019 Oscl_FileServer fs; local 19543 Oscl_FileServer fs; local 21688 Oscl_FileServer fs; local 23706 Oscl_FileServer fs; local [all...] |
test_pv_player_engine_testset10.cpp | 97 Oscl_FileServer fs; local 98 fs.Connect(); 112 if (file.Open(filename.get_str(), Oscl_File::MODE_READ | Oscl_File::MODE_TEXT, fs)) 123 fs.Close(); [all...] |
test_pv_player_engine_testset11.cpp | 97 Oscl_FileServer fs; local 98 fs.Connect(); 112 if (file.Open(filename.get_str(), Oscl_File::MODE_READ | Oscl_File::MODE_TEXT, fs)) 123 fs.Close(); [all...] |
test_pv_player_engine_testset12.cpp | 97 Oscl_FileServer fs; local 98 fs.Connect(); 112 if (file.Open(filename.get_str(), Oscl_File::MODE_READ | Oscl_File::MODE_TEXT, fs)) 123 fs.Close(); [all...] |
test_pv_player_engine_testset9.cpp | 97 Oscl_FileServer fs; local 98 fs.Connect(); 112 if (file.Open(filename.get_str(), Oscl_File::MODE_READ | Oscl_File::MODE_TEXT, fs)) 123 fs.Close(); [all...] |
/external/e2fsprogs/debugfs/ |
debugfs.c | 390 static int list_blocks_proc(ext2_filsys fs EXT2FS_ATTR((unused)), 1073 static int mark_blocks_proc(ext2_filsys fs, blk_t *blocknr, 1080 ext2fs_block_alloc_stats(fs, block, +1); [all...] |
/external/grub/stage2/ |
asm.S | 856 movw %ax, %fs 901 movw %ax, %fs 928 movw %ax, %fs 1707 mov %ax, %fs 1781 movw %bx, %fs [all...] |
/external/elfutils/libelf/ |
Makefile | 731 ln -fs $@ $@.$(VERSION) 744 ln -fs libelf-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libelf.so.$(VERSION) 745 ln -fs libelf.so.$(VERSION) $(DESTDIR)$(libdir)/libelf.so
|
/external/strace/ |
system.c | 52 #define MS_REMOUNT 32 /* Alter flags of a mounted FS */ 53 #define MS_MANDLOCK 64 /* Allow mandatory locks on an FS */ 1164 #include <sys/fs/nfs.h> 1165 #include <sys/fs/nfs_clnt.h> 1265 #include <sys/fs/vx_ioctl.h> [all...] |
/external/e2fsprogs/lib/ext2fs/ |
kernel-jbd.h | 183 __u8 s_users[16*48]; /* ids of all fs'es sharing the log */ 206 #include <linux/fs.h> 290 /* Field for caller's use to track errors through large fs 417 * single filesystem. It is linked to from the fs superblock structure. 501 /* Device which holds the client fs. For internal journal this
|
/external/opencore/codecs_v2/video/avc_h264/common/include/ |
avcint_common.h | 560 struct tagFrameStore *fs[MAX_FS]; /* list of frame stored, actual buffer */ member in struct:tagDecPicBuffer 561 int num_fs; /* size of fs */ [all...] |