Home
last modified time | relevance | path

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

/freebsd-13.1/stand/libsa/
H A Dnullfs.c97 int null_stat (struct open_file *f, struct stat *sb) in null_stat() function
H A Dstand.h400 extern int null_stat(struct open_file *f, struct stat *sb);
/freebsd-13.1/sys/fs/nullfs/
H A Dnull_vnops.c544 null_stat(struct vop_stat_args *ap) in null_stat() function
1144 .vop_stat = null_stat,