Searched defs:FileID (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/arch/mips/fw/arc/ |
D | file.c | 17 ArcGetDirectoryEntry(ULONG FileID, struct linux_vdirent *Buffer, in ArcGetDirectoryEntry() 24 ArcOpen(CHAR *Path, enum linux_omode OpenMode, ULONG *FileID) in ArcOpen() 30 ArcClose(ULONG FileID) in ArcClose() 36 ArcRead(ULONG FileID, VOID *Buffer, ULONG N, ULONG *Count) in ArcRead() 42 ArcGetReadStatus(ULONG FileID) in ArcGetReadStatus() 48 ArcWrite(ULONG FileID, PVOID Buffer, ULONG N, PULONG Count) in ArcWrite() 54 ArcSeek(ULONG FileID, struct linux_bigint *Position, enum linux_seekmode SeekMode) in ArcSeek() 66 ArcGetFileInformation(ULONG FileID, struct linux_finfo *Information) in ArcGetFileInformation() 71 LONG ArcSetFileInformation(ULONG FileID, ULONG AttributeFlags, in ArcSetFileInformation()
|
D | misc.c | 85 DISPLAY_STATUS * __init ArcGetDisplayStatus(ULONG FileID) in ArcGetDisplayStatus()
|
/linux-3.4.99/fs/cifs/ |
D | cifspdu.h | 833 __u16 FileID; member 845 __u16 FileID; member 851 __u16 FileID; member
|