HomeSort by relevance Sort by last modified time
    Searched refs:fs_flags (Results 1 - 14 of 14) sorted by null

  /frameworks/base/core/jni/
fd_utils.h 88 const int fs_flags; member in class:FileDescriptorInfo
96 int fd_flags, int fs_flags, off_t offset);
fd_utils.cpp 196 int fs_flags = TEMP_FAILURE_RETRY(fcntl(fd, F_GETFL)); local
197 if (fs_flags == -1) {
208 int open_flags = fs_flags & (kOpenFlags);
209 fs_flags = fs_flags & (~(kOpenFlags));
211 return new FileDescriptorInfo(f_stat, file_path, fd, open_flags, fd_flags, fs_flags, offset);
245 if (TEMP_FAILURE_RETRY(fcntl(new_fd, F_SETFL, fs_flags)) == -1) {
247 PLOG(ERROR) << "Failed fcntl(" << new_fd << ", F_SETFL, " << fs_flags << ")"; local
273 fs_flags(0),
279 int fd, int open_flags, int fd_flags, int fs_flags,
    [all...]
  /external/syslinux/core/include/
fs.h 45 enum fs_flags { enum
54 enum fs_flags fs_flags; member in struct:fs_ops
  /external/syslinux/core/fs/iso9660/
iso9660.c 324 .fs_flags = FS_USEMEM | FS_THISIND,
  /external/syslinux/extlinux/
ufs_fs.h 237 __s8 fs_flags; member in struct:ufs_super_block
  /external/squashfs-tools/kernel/fs/squashfs/
super.c 425 .fs_flags = FS_REQUIRES_DEV
  /external/syslinux/core/fs/
fs.c 415 if (fs.fs_ops->fs_flags & FS_NODEV) {
  /external/syslinux/core/fs/ext2/
ext2.c 364 .fs_flags = FS_THISIND | FS_USEMEM,
  /external/syslinux/core/fs/pxe/
pxe.c 687 .fs_flags = FS_NODEV,
  /external/syslinux/core/fs/ufs/
ufs.c 474 .fs_flags = FS_USEMEM | FS_THISIND,
  /external/syslinux/core/fs/xfs/
xfs.c 419 .fs_flags = FS_USEMEM | FS_THISIND,
  /external/syslinux/core/fs/btrfs/
btrfs.c 681 .fs_flags = 0,
  /external/syslinux/core/fs/fat/
fat.c 846 .fs_flags = FS_USEMEM | FS_THISIND,
  /external/syslinux/core/fs/ntfs/
ntfs.c     [all...]

Completed in 462 milliseconds