OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FS_IOC_GETFLAGS
(Results
1 - 6
of
6
) sorted by null
/external/ltp/include/lapi/
fs.h
14
#ifndef
FS_IOC_GETFLAGS
15
#define
FS_IOC_GETFLAGS
_IOR('f', 1, long)
/external/f2fs-tools/tools/f2fs_io/
f2fs_io.h
41
#ifndef
FS_IOC_GETFLAGS
42
#define
FS_IOC_GETFLAGS
_IOR('f', 1, long)
46
#define F2FS_IOC_GETFLAGS
FS_IOC_GETFLAGS
/bionic/libc/kernel/uapi/linux/
fs.h
141
#define
FS_IOC_GETFLAGS
_IOR('f', 1, long)
/external/kernel-headers/original/uapi/linux/
fs.h
201
#define
FS_IOC_GETFLAGS
_IOR('f', 1, long)
267
* Inode flags (
FS_IOC_GETFLAGS
/ FS_IOC_SETFLAGS)
/external/strace/
ioctl_redefs2.h
509
#ifdef
FS_IOC_GETFLAGS
510
# undef
FS_IOC_GETFLAGS
511
# define
FS_IOC_GETFLAGS
0x80046601
ioctl_redefs1.h
573
#ifdef
FS_IOC_GETFLAGS
574
# undef
FS_IOC_GETFLAGS
575
# define
FS_IOC_GETFLAGS
0x80046601
[
all
...]
Completed in 302 milliseconds