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

  /src/sys/fs/v7fs/
v7fs_inode.h 71 int v7fs_inode_allocate(struct v7fs_self *, v7fs_ino_t *);
v7fs_inode.c 100 v7fs_inode_allocate(struct v7fs_self *fs, v7fs_ino_t *ino) function in typeref:typename:int
v7fs_file.c 145 if ((error = v7fs_inode_allocate(fs, ino)))
  /src/sbin/newfs_v7fs/
main.c 113 if ((error = v7fs_inode_allocate(fs, &ino))) {

Completed in 56 milliseconds