Home
last modified time | relevance | path

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

/freebsd/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/sys/fs/nullfs/
H A Dnull_vnops.c538 null_stat(struct vop_stat_args *ap) in null_stat() function
1157 .vop_stat = null_stat,