Searched refs:get_inode (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/atf/atf-c++/detail/
H A Dfs.hpp253 ino_t get_inode(void) const;
H A Dfs_test.cpp228 ATF_REQUIRE_EQ(fi.get_inode(), fia.get_inode());
239 ATF_REQUIRE_EQ(fi.get_inode(), fia.get_inode());
H A Dfs.cpp322 impl::file_info::get_inode(void) function in class:impl::file_info
/freebsd-current/usr.sbin/quot/
H A Dquot.c63 static union dinode *get_inode(int, struct fs *, ino_t);
109 get_inode(int fd, struct fs *super, ino_t ino) function
387 if ((dp = get_inode(fd,super,inode))
454 if ((dp = get_inode(fd,super,inode))
502 if ((dp = get_inode(fd,super,inode))
542 get_inode(-1, NULL, 0); /* flush cache */

Completed in 117 milliseconds