Home
last modified time | relevance | path

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

/freebsd/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) in get_inode() function
387 if ((dp = get_inode(fd,super,inode)) in dofsizes()
454 if ((dp = get_inode(fd,super,inode)) in douser()
502 if ((dp = get_inode(fd,super,inode)) in donames()
542 get_inode(-1, NULL, 0); /* flush cache */ in quot()
/freebsd/contrib/atf/atf-c++/detail/
H A Dfs_test.cpp228 ATF_REQUIRE_EQ(fi.get_inode(), fia.get_inode()); in ATF_TEST_CASE_BODY()
239 ATF_REQUIRE_EQ(fi.get_inode(), fia.get_inode()); in ATF_TEST_CASE_BODY()
H A Dfs.hpp253 ino_t get_inode(void) const;
H A Dfs.cpp322 impl::file_info::get_inode(void) in get_inode() function in impl::file_info