Searched refs:VTOFDESC (Results 1 – 2 of 2) sorted by relevance
308 if (VTOFDESC(dvp)->fd_type != Froot) { in fdesc_lookup()385 if (VTOFDESC(vp)->fd_type == Froot) in fdesc_open()396 ap->a_td->td_dupfd = VTOFDESC(vp)->fd_fd; /* XXX */ in fdesc_open()411 if (VTOFDESC(vp)->fd_type == Froot) in fdesc_pathconf()417 if (VTOFDESC(vp)->fd_type == Froot) in fdesc_pathconf()421 error = kern_fpathconf(curthread, VTOFDESC(vp)->fd_fd, in fdesc_pathconf()438 vap->va_fileid = VTOFDESC(vp)->fd_ix; in fdesc_getattr()451 switch (VTOFDESC(vp)->fd_type) { in fdesc_getattr()491 if (VTOFDESC(ap->a_vp)->fd_type == Froot) in fdesc_setattr()494 fd = VTOFDESC(ap->a_vp)->fd_fd; in fdesc_setattr()[all …]
67 #define VTOFDESC(vp) ((struct fdescnode *)(vp)->v_data) macro