Searched refs:feo (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/fs/fuse/
H A Dfuse_internal.h300 fuse_internal_checkentry(struct fuse_entry_out *feo, enum vtype vtyp) argument
303 "feo=%p, vtype=%d\n", feo, vtyp);
305 if (vtyp != IFTOVT(feo->attr.mode)) {
307 "EINVAL -- %x != %x\n", vtyp, IFTOVT(feo->attr.mode));
311 if (feo->nodeid == FUSE_NULL_ID) {
313 "EINVAL -- feo->nodeid is NULL\n");
317 if (feo->nodeid == FUSE_ROOT_ID) {
319 "EINVAL -- feo->nodeid is FUSE_ROOT_ID\n");
H A Dfuse_internal.c473 struct fuse_entry_out *feo; local
479 feo = fdip->answ;
481 if ((err = fuse_internal_checkentry(feo, vtyp))) {
484 err = fuse_vnode_get(mp, feo->nodeid, dvp, vpp, cnp, vtyp);
487 feo->nodeid, 1);
490 cache_attrs(*vpp, feo);
H A Dfuse_vnops.c326 struct fuse_entry_out *feo; local
378 feo = fdip->answ;
380 if ((err = fuse_internal_checkentry(feo, VREG))) {
383 err = fuse_vnode_get(mp, feo->nodeid, dvp, vpp, cnp, VREG);
386 uint64_t nodeid = feo->nodeid;
387 uint64_t fh_id = ((struct fuse_open_out *)(feo + 1))->fh;
400 fdip->answ = feo + 1;
402 x_fh_id = ((struct fuse_open_out *)(feo + 1))->fh;
403 x_open_flags = ((struct fuse_open_out *)(feo + 1))->open_flags;
614 struct fuse_entry_out *feo; local
820 struct fuse_entry_out *feo = NULL; local
[all...]

Completed in 63 milliseconds