Home | History | Annotate | Download | only in libperfuse

Lines Matching refs:fgi

1574 	struct fuse_getattr_in *fgi;
1593 * FUSE_GETATTR_FH must be set in fgi->flags
1594 * if we use for fgi->fh
1596 pm = ps->ps_new_msg(pu, opc, FUSE_GETATTR, sizeof(*fgi), pcr);
1597 fgi = GET_INPAYLOAD(ps, pm, fuse_getattr_in);
1598 fgi->getattr_flags = 0;
1599 fgi->dummy = 0;
1600 fgi->fh = FUSE_UNKNOWN_FH;
1603 fgi->fh = perfuse_get_fh(opc, FREAD);
1604 fgi->getattr_flags |= FUSE_GETATTR_FH;
3382 struct fuse_getxattr_in *fgi;
3398 len = sizeof(*fgi) + attrnamelen;
3401 fgi = GET_INPAYLOAD(ps, pm, fuse_getxattr_in);
3402 fgi->size = (unsigned int)((resid != NULL) ? *resid : 0);
3403 np = (char *)(void *)(fgi + 1);
3513 struct fuse_getxattr_in *fgi;
3527 len = sizeof(*fgi);
3530 fgi = GET_INPAYLOAD(ps, pm, fuse_getxattr_in);
3532 fgi->size = (unsigned int)*resid;
3534 fgi->size = 0;