<dec f='src/src/sys/compat/linux/common/linux_file64.c' l='70' type='void bsd_to_linux_stat(struct stat * , struct linux_stat64 * )'/>
<def f='src/src/sys/compat/linux/common/linux_file64.c' l='80' ll='107' type='void bsd_to_linux_stat(struct stat * bsp, struct linux_stat64 * lsp)'/>
<use f='src/src/sys/compat/linux/common/linux_file64.c' l='128' u='c' c='linux_sys_fstat64'/>
<use f='src/src/sys/compat/linux/common/linux_file64.c' l='144' u='c' c='linux_do_stat64'/>
<use f='src/src/sys/compat/linux/common/linux_file64.c' l='193' u='c' c='linux_sys_fstatat64'/>
<doc f='src/src/sys/compat/linux/common/linux_file64.c' l='72'>/*
 * Convert a NetBSD stat structure to a Linux stat structure.
 * Only the order of the fields and the padding in the structure
 * is different. linux_fakedev is a machine-dependent function
 * which optionally converts device driver major/minor numbers
 * (XXX horrible, but what can you do against code that compares
 * things against constant major device numbers? sigh)
 */</doc>
