Home
last modified time | relevance | path

Searched refs:ufs_get_i_count (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/ufs/ufs/
H A Dinode.h294 int32_t ufs_get_i_count(struct inode *ip, const char *file, int line);
296 #define I_COUNT(ip) ufs_get_i_count(ip, __FILE__, __LINE__)
H A Dufs_lookup.c1539 ufs_get_i_count(struct inode *ip, const char *file, int line) in ufs_get_i_count() function