Home
last modified time | relevance | path

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

/freebsd/sys/fs/fdescfs/
H A Dfdesc_vnops.c127 fc = FD_NHASH(fd->fd_ix); in fdesc_remove_entry()
163 if (fd->fd_ix == ix && fd->fd_vnode->v_mount == mp) { in fdesc_allocvp()
188 fd->fd_ix = ix; in fdesc_allocvp()
219 if (fd2->fd_ix == ix && fd2->fd_vnode->v_mount == mp) { in fdesc_allocvp()
438 vap->va_fileid = VTOFDESC(vp)->fd_ix; in fdesc_getattr()
H A Dfdesc.h62 int fd_ix; /* filesystem index */ member