HomeSort by: relevance | last modified time | path
    Searched defs:targ_fileid (Results 1 - 2 of 2) sorted by relevancy

  /src/share/examples/puffs/pgfs/
pgfs_puffs.c 594 fileid_t targ_fileid = cookie_to_fileid(targ_opc); local in function:pgfs_node_link
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); local in function:pgfs_node_remove
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); local in function:pgfs_node_rmdir
681 error = getattr(xc, targ_fileid, &va, GETATTR_TYPE)
    [all...]
pgfs_puffs.c 594 fileid_t targ_fileid = cookie_to_fileid(targ_opc); local in function:pgfs_node_link
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); local in function:pgfs_node_remove
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); local in function:pgfs_node_rmdir
681 error = getattr(xc, targ_fileid, &va, GETATTR_TYPE)
    [all...]

Completed in 24 milliseconds