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

  /src/sys/ufs/chfs/
chfs_readinode.c 471 struct chfs_node_frag *newfrag; local in function:new_fragment
472 newfrag = chfs_alloc_node_frag();
473 if (newfrag) {
475 newfrag->ofs = ofs;
476 newfrag->size = size;
477 newfrag->node = fdn;
478 if (newfrag->node) {
479 newfrag->node->frags++;
484 return newfrag;
493 struct chfs_node_frag *newfrag,
743 struct chfs_node_frag *newfrag; local in function:chfs_add_full_dnode_to_inode
    [all...]
chfs_readinode.c 471 struct chfs_node_frag *newfrag; local in function:new_fragment
472 newfrag = chfs_alloc_node_frag();
473 if (newfrag) {
475 newfrag->ofs = ofs;
476 newfrag->size = size;
477 newfrag->node = fdn;
478 if (newfrag->node) {
479 newfrag->node->frags++;
484 return newfrag;
493 struct chfs_node_frag *newfrag,
743 struct chfs_node_frag *newfrag; local in function:chfs_add_full_dnode_to_inode
    [all...]

Completed in 126 milliseconds