Home
last modified time | relevance | path

Searched refs:null_stat (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/stand/libsa/
H A Dnullfs.c92 int null_stat (struct open_file *f, struct stat *sb) in null_stat() function
H A Dstand.h414 extern int null_stat(struct open_file *f, struct stat *sb);
/freebsd-14.2/sys/fs/nullfs/
H A Dnull_vnops.c542 null_stat(struct vop_stat_args *ap) in null_stat() function
1161 .vop_stat = null_stat,