Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ufs/
H A Dinode.h299 doff_t ufs_get_i_endoff(struct inode *ip, const char *file, int line);
301 #define I_ENDOFF(ip) ufs_get_i_endoff(ip, __FILE__, __LINE__)
H A Dufs_lookup.c1554 ufs_get_i_endoff(struct inode *ip, const char *file, int line) in ufs_get_i_endoff() function