reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/linux/fs.h
  366 typedef int __bitwise __kernel_rwf_t;
usr/include/linux/types.h
   24 typedef __u16 __bitwise __le16;
   25 typedef __u16 __bitwise __be16;
   26 typedef __u32 __bitwise __le32;
   27 typedef __u32 __bitwise __be32;
   28 typedef __u64 __bitwise __le64;
   29 typedef __u64 __bitwise __be64;
   31 typedef __u16 __bitwise __sum16;
   32 typedef __u32 __bitwise __wsum;