Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dvfs_vnops.c64 static int vn_statfile (struct file *fp, struct stat *sb, struct ucred *cred);
73 .fo_stat = vn_statfile,
809 vn_statfile(struct file *fp, struct stat *sb, struct ucred *cred) in vn_statfile() function