Home | History | Annotate | Download | only in libperfuse

Lines Matching defs:foh

2473 	struct fuse_out_header *foh;
2532 fd_maxlen = ps->ps_max_readahead - sizeof(*foh);
2557 * therefore foh will not be valid for a long time.
2560 foh = GET_OUTHDR(ps, pm);
2561 foh_len = foh->len;
2566 if (foh_len == sizeof(*foh)) {
2575 if (foh_len < sizeof(*foh) + sizeof(*fd)) {
2584 fd_len = foh_len - sizeof(*foh);
2645 struct fuse_out_header *foh;
2658 foh = GET_OUTHDR(ps, pm);
2659 len = foh->len - sizeof(*foh);
2966 struct fuse_out_header *foh;
3026 foh = GET_OUTHDR(ps, pm);
3027 len = foh->len - sizeof(*foh);
3086 struct fuse_out_header *foh;
3106 max_read = ps->ps_max_readahead - sizeof(*foh);
3130 foh = GET_OUTHDR(ps, pm);
3131 readen = foh->len - sizeof(*foh);
3384 struct fuse_out_header *foh;
3428 foh = GET_OUTHDR(ps, pm);
3429 np = (char *)(void *)(foh + 1);
3430 len = foh->len - sizeof(*foh);
3515 struct fuse_out_header *foh;
3559 foh = GET_OUTHDR(ps, pm);
3560 np = (char *)(void *)(foh + 1);
3561 puffs_len = foh->len - sizeof(*foh);