HomeSort by relevance Sort by last modified time
    Searched defs:F_SEAL_SHRINK (Results 1 - 4 of 4) sorted by null

  /external/strace/xlat/
f_seals.h 5 #if !(defined(F_SEAL_SHRINK) || (defined(HAVE_DECL_F_SEAL_SHRINK) && HAVE_DECL_F_SEAL_SHRINK))
6 # define F_SEAL_SHRINK 2
24 XLAT(F_SEAL_SHRINK),
  /external/ltp/include/lapi/
fcntl.h 68 #ifndef F_SEAL_SHRINK
69 # define F_SEAL_SHRINK 0x0002 /* prevent file from shrinking */
  /bionic/libc/kernel/uapi/linux/
fcntl.h 32 #define F_SEAL_SHRINK 0x0002
  /external/kernel-headers/original/uapi/linux/
fcntl.h 41 #define F_SEAL_SHRINK 0x0002 /* prevent file from shrinking */

Completed in 155 milliseconds