Searched refs:fhandle (Results 1 - 9 of 9) sorted by relevance

/barrelfish-2018-10-04/usr/tests/filetests/
H A Dfat_test.c45 vfs_handle_t fhandle; local
47 err = vfs_open(newpath, &fhandle);
50 err = vfs_read(fhandle, buf, info.size, &bytes_read);
/barrelfish-2018-10-04/lib/nfs/
H A Dmount.x38 fhandle3 fhandle;
H A Dmount_xdr.c43 if (!xdr_fhandle3 (xdrs, &objp->fhandle))
/barrelfish-2018-10-04/include/nfs/
H A Dmount_rpc.h41 fhandle3 fhandle; member in struct:mountres3_ok
H A Dnfs.h42 * \param fhandle File handle for mount point (only valid if mountstat==MNT3_OK)
44 * The memory referred to by #fhandle, if any, is now the property of the callee,
49 struct nfs_fh3 fhandle);
/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_fat.c662 open(void *st, const char *path, vfs_handle_t *fhandle) argument
685 *fhandle = handle;
710 read(void *st, vfs_handle_t fhandle, void *buffer, size_t bytes, size_t *bytes_read) argument
714 struct fat_handle *handle = fhandle;
817 seek(void *st, vfs_handle_t fhandle, enum vfs_seekpos whence, off_t offset) argument
821 struct fat_handle *handle = fhandle;
846 tell(void *st, vfs_handle_t fhandle, size_t *pos) argument
850 struct fat_handle *handle = fhandle;
876 close(void *st, vfs_handle_t fhandle) argument
879 struct fat_handle *handle = fhandle;
[all...]
H A Dvfs_nfs.c1307 struct nfs_fh3 fhandle)
1314 nfs_copyfh(&st->rootfh, fhandle);
1306 mount_callback(void *arg, struct nfs_client *client, enum mountstat3 mountstat, struct nfs_fh3 fhandle) argument
/barrelfish-2018-10-04/include/sys/
H A Dmount.h420 struct fhandle { struct
424 typedef struct fhandle fhandle_t;
934 int fhopen(const struct fhandle *, int);
935 int fhstat(const struct fhandle *, struct stat *);
936 int fhstatfs(const struct fhandle *, struct statfs *);
/barrelfish-2018-10-04/usr/webserver/
H A Dhttp_cache.c629 enum mountstat3 mountstat, struct nfs_fh3 fhandle)
632 nfs_root_fh = fhandle; /* GLOBAL: assigning root of filesystem handle */
628 mount_callback(void *arg, struct nfs_client *client, enum mountstat3 mountstat, struct nfs_fh3 fhandle) argument

Completed in 157 milliseconds