Searched defs:fh (Results 1 – 3 of 3) sorted by relevance
118 static int ffa_create_top(const char *path, uint64_t *fh) in ffa_create_top()140 static int ffa_release_top(uint64_t fh) in ffa_release_top()149 static int ffa_read_top(uint64_t fh, char *buf, size_t size, off_t off) in ffa_read_top()162 static int ffa_write_top(uint64_t fh, const char *buf, size_t size, off_t off) in ffa_write_top()175 static int ffa_ftruncate_top(uint64_t fh, off_t size) in ffa_ftruncate_top()
72 uint64_t fh; member76 uint64_t fh; member
25 int fh; in create_file() local