Home
last modified time | relevance | path

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

/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c588 struct tmpfs_fid_data *tfd; in tmpfs_fhtovp()
596 tfd = (struct tmpfs_fid_data *)fhp; in tmpfs_fhtovp()
H A Dtmpfs.h450 struct tmpfs_fid_data { struct
H A Dtmpfs_vnops.c1711 struct tmpfs_fid_data *const tfd = (struct tmpfs_fid_data *)ap->a_fhp; in tmpfs_vptofh()
1713 _Static_assert(sizeof(struct tmpfs_fid_data) <= sizeof(struct fid), in tmpfs_vptofh()