HomeSort by: relevance | last modified time | path
    Searched refs:v7fs_link (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/v7fs/
v7fs_datablock.c 70 static v7fs_daddr_t v7fs_link(struct v7fs_self *, v7fs_daddr_t, int);
306 blk2 = v7fs_link(fs, blk, i);
326 blk = v7fs_link(fs, listblk, j);
346 blk = v7fs_link(fs, listblk, k);
377 blk = v7fs_link(fs, addr[V7FS_NADDR_INDEX1], map.index[0]);
380 blk = v7fs_link(fs, v7fs_link(fs,
384 blk = v7fs_link(fs, v7fs_link(fs, v7fs_link(fs
500 v7fs_link(struct v7fs_self *fs, v7fs_daddr_t listblk, int n) function in typeref:typename:v7fs_daddr_t
    [all...]
v7fs_extern.h 88 int v7fs_link(void *);
v7fs_extern.c 81 { &vop_link_desc, v7fs_link }, /* link */
v7fs_vnops.c 733 v7fs_link(void *v) function in typeref:typename:int

Completed in 46 milliseconds