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

/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/boot_ufs/
H A Dreadufs.h74 int (*get_inode)(ino32_t ino, union ufs_dinode *dibuf); member in struct:ufs_info
109 #define ufs_get_inode(ino, di) ((*ufs_info.get_inode)((ino), (di)))
H A Dreadufs_ffs.c92 fsi.get_inode = get_ffs_inode;
H A Dreadufs_lfs.c119 fsi.get_inode = get_lfs_inode;
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c++/detail/
H A Dfs.hpp257 ino_t get_inode(void) const;
H A Dfs_test.cpp231 ATF_REQUIRE_EQ(fi.get_inode(), fia.get_inode());
242 ATF_REQUIRE_EQ(fi.get_inode(), fia.get_inode());
H A Dfs.cpp326 impl::file_info::get_inode(void) function in class:impl::file_info
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c++/detail/
H A Dfs.hpp257 ino_t get_inode(void) const;
H A Dfs_test.cpp231 ATF_REQUIRE_EQ(fi.get_inode(), fia.get_inode());
242 ATF_REQUIRE_EQ(fi.get_inode(), fia.get_inode());
H A Dfs.cpp326 impl::file_info::get_inode(void) function in class:impl::file_info
/netbsd-6-1-5-RELEASE/usr.sbin/quot/
H A Dquot.c94 static union dinode *get_inode(int, struct fs *, ino_t);
108 get_inode(int fd, struct fs *super, ino_t ino) function
357 if ((dp = get_inode(fd, super, inode))
423 if ((dp = get_inode(fd, super, inode))
475 if ((dp = get_inode(fd, super, inode))
547 get_inode(-1, 0, 0); /* flush cache */
/netbsd-6-1-5-RELEASE/sys/arch/hp700/stand/xxboot/
H A Dreadufs.h75 int (*get_inode)(ino32_t ino, union ufs_dinode *dibuf);
H A Dreadufs_ffs.c90 fsi.get_inode = get_ffs_inode;
H A Dreadufs_lfs.c118 fsi.get_inode = get_lfs_inode;
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-run/
H A Dmisc_helpers.cpp175 ATF_REQUIRE_EQ(fi1.get_inode(), fi2.get_inode());
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Dmisc_helpers.cpp165 ATF_REQUIRE_EQ(fi1.get_inode(), fi2.get_inode());

Completed in 175 milliseconds