Home
last modified time | relevance | path

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

/freebsd/sys/fs/tmpfs/
H A Dtmpfs.h470 int tmpfs_fo_close(struct file *fp, struct thread *td);
H A Dtmpfs_vfsops.c677 tmpfs_fnops.fo_close = tmpfs_fo_close; in tmpfs_init()
H A Dtmpfs_vnops.c345 tmpfs_fo_close(struct file *fp, struct thread *td) in tmpfs_fo_close() function