OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fs
(Results
401 - 425
of
471
) sorted by null
<<
11
12
13
14
15
16
17
18
19
/hardware/invensense/mlsdk/platform/linux/
mlsl_linux_mpu.c
43
#include <linux/
fs
.h>
/system/core/gpttool/
gpttool.c
26
#include <linux/
fs
.h>
/system/core/libdiskconfig/
diskconfig.c
29
#include <linux/
fs
.h>
/external/e2fsprogs/e2fsck/
problem.c
441
/* Block bitmap conflicts with some other
fs
block */
446
/* Inode bitmap conflicts with some other
fs
block */
451
/* Inode table conflicts with some other
fs
block */
481
/* Block number overlaps
fs
metadata */
1740
ext2_filsys
fs
= ctx->
fs
;
local
[
all
...]
recovery.c
2
* linux/
fs
/jbd/recovery.c
20
#include <linux/
fs
.h>
634
* If
fs
is mounted using an old kernel and then
revoke.c
2
* linux/
fs
/revoke.c
64
#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/qemu/target-i386/
kvm.c
399
set_v8086_seg(&sregs.
fs
, &env->segs[R_FS]);
406
set_seg(&sregs.
fs
, &env->segs[R_FS]);
513
get_seg(&env->segs[R_FS], &sregs.
fs
);
/frameworks/base/media/libstagefright/codecs/aacenc/src/
tns.c
93
Word32
fs
, /*!< Sampling frequency in Hertz */
101
shift = norm_l(
fs
);
102
lineNumber = (extract_l(fixmul((bandStartOffset[numOfBands] << 2),Div_32(freq << shift,
fs
<< shift))) + 1) >> 1;
104
/* freq >
fs
/2 */
[
all
...]
/external/clang/lib/Driver/
Driver.cpp
781
if (/*error_code ec =*/llvm::sys::
fs
::exists(Value, exists) || !exists)
[
all
...]
/external/e2fsprogs/debugfs/
debugfs.c
424
static int list_blocks_proc(ext2_filsys
fs
EXT2FS_ATTR((unused)),
[
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/clang/lib/Lex/
HeaderSearch.cpp
205
if (llvm::sys::
fs
::exists(FrameworkName.str(), Exists) || !Exists)
/external/e2fsprogs/lib/ext2fs/
kernel-jbd.h
211
__u8 s_users[16*48]; /* ids of all
fs
'es sharing the log */
241
#include <linux/
fs
.h>
325
/* Field for caller's use to track errors through large
fs
452
* single filesystem. It is linked to from the
fs
superblock structure.
536
/* Device which holds the client
fs
. For internal journal this
/external/kernel-headers/original/linux/
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
11
#include <linux/
fs
.h>
/external/llvm/tools/llvm-nm/
llvm-nm.cpp
303
if (sys::
fs
::exists(aPath.str(), exists) || !exists)
/external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.c
100
short es,ds,
fs
,gs,ip,cs,sp,ss;
member in struct:__anon10139
/external/valgrind/main/include/vki/
vki-arm-linux.h
843
unsigned short
fs
, __fsh;
member in struct:vki_vm86_regs
/external/yaffs2/yaffs2/mtdemul/
nandemul2k.c
24
#include <linux/
fs
.h>
/frameworks/base/media/libstagefright/codecs/avc/common/include/
avcint_common.h
557
struct tagFrameStore *
fs
[MAX_FS]; /* list of frame stored, actual buffer */
member in struct:tagDecPicBuffer
558
int num_fs; /* size of
fs
*/
[
all
...]
Completed in 788 milliseconds
<<
11
12
13
14
15
16
17
18
19