Home | History | Annotate | Download | only in pgfs

Lines Matching defs:targ_fileid

594 	fileid_t targ_fileid = cookie_to_fileid(targ_opc);
598 DPRINTF("%llu %llu %s\n", dir_fileid, targ_fileid, pcn->pcn_name);
601 error = getattr(xc, targ_fileid, &va, GETATTR_TYPE);
609 error = linkfile(xc, dir_fileid, pcn->pcn_name, targ_fileid);
613 error = update_ctime(xc, targ_fileid);
636 fileid_t targ_fileid = cookie_to_fileid(targ);
642 error = getattr(xc, targ_fileid, &va, GETATTR_TYPE);
650 error = unlinkfile(xc, fileid, pcn->pcn_name, targ_fileid);
674 fileid_t targ_fileid = cookie_to_fileid(targ);
681 error = getattr(xc, targ_fileid, &va, GETATTR_TYPE);
689 error = isempty(xc, targ_fileid, &empty);
697 error = unlinkfile(xc, parent_fileid, pcn->pcn_name, targ_fileid);