HomeSort by relevance Sort by last modified time
    Searched full:fsflags (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/kernel/syscalls/setxattr/
setxattr03.c 139 int fsflags = 0; local
142 if (ioctl(fd, FS_IOC_GETFLAGS, &fsflags) < 0)
151 fsflags |= fsfl;
153 fsflags &= ~fsfl;
155 if (ioctl(fd, FS_IOC_SETFLAGS, &fsflags) < 0)
  /external/selinux/policycoreutils/run_init/
open_init_pty.c 181 int fsflags = fcntl(fd, F_GETFL); local
183 if (fsflags < 0) {
188 if (fcntl(fd, F_SETFL, fsflags | O_NONBLOCK) < 0) {
  /external/e2fsprogs/debugfs/
journal.c 772 int fsflags; local
795 fsflags = fs->flags;
798 retval = ext2fs_open(fsname, fsflags,

Completed in 92 milliseconds