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

  /external/xz-embedded/linux/lib/xz/
xz_dec_test.c 178 static const struct file_operations fileops = { local
189 device_major = register_chrdev(0, DEVICE_NAME, &fileops);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
file.h 66 struct fileops { struct in struct:file
95 extern struct fileops vnops;
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
kfile.h 56 struct fileops;
84 const struct fileops *f_ops;
103 struct fileops { struct
142 struct fileops Abstraction; ///< Pointers to functions implementing this device's abstraction.
166 int fdcreate (CHAR16 *, UINT32, UINT32, BOOLEAN, VOID *, const struct fileops *);
168 /* Commonly used fileops
199 //extern const struct fileops vnops; /* vnode operations for files */
201 struct fileops {
218 const struct fileops *f_ops;
289 //int fdclone (struct lwp *, struct file *, int, int, const struct fileops *, void *);
    [all...]

Completed in 101 milliseconds