Searched refs:get_inode (Results 1 – 4 of 4) sorted by relevance
| /src/usr.sbin/quot/ |
| H A D | quot.c | 67 static union dinode *get_inode(int, struct fs *, ino_t); 104 get_inode(int fd, struct fs *super, ino_t ino) in get_inode() function 317 if ((dp = get_inode(fd, super, inode)) != NULL && in dofsizes() 364 if ((dp = get_inode(fd, super, inode)) != NULL && in douser() 418 if ((dp = get_inode(fd, super, inode)) != NULL && in donames() 446 get_inode(-1, NULL, 0); /* flush cache */ in quot()
|
| /src/contrib/atf/atf-c++/detail/ |
| H A D | fs_test.cpp | 228 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 D | fs.hpp | 253 ino_t get_inode(void) const;
|
| H A D | fs.cpp | 322 impl::file_info::get_inode(void) in get_inode() function in impl::file_info
|