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

  /src/sys/arch/x68k/stand/boot_ufs/
readufs.h 81 int (*get_inode)(ino32_t ino, union ufs_dinode *dibuf); member in struct:ufs_info
116 #define ufs_get_inode(ino, di) ((*ufs_info.get_inode)((ino), (di)))
  /src/usr.sbin/quot/
quot.c 94 static union dinode *get_inode(int, struct fs *, ino_t);
108 get_inode(int fd, struct fs *super, ino_t ino) function in typeref:union:dinode *
357 if ((dp = get_inode(fd, super, inode))
423 if ((dp = get_inode(fd, super, inode))
477 if ((dp = get_inode(fd, super, inode))
552 get_inode(-1, 0, 0); /* flush cache */

Completed in 11 milliseconds