Searched refs:VTOFDESC (Results 1 – 2 of 2) sorted by relevance
306 if (VTOFDESC(dvp)->fd_type != Froot) { in fdesc_lookup()385 if (VTOFDESC(vp)->fd_type == Froot) in fdesc_open()411 if (VTOFDESC(vp)->fd_type == Froot) in fdesc_pathconf()417 if (VTOFDESC(vp)->fd_type == Froot) in fdesc_pathconf()438 vap->va_fileid = VTOFDESC(vp)->fd_ix; in fdesc_getattr()451 switch (VTOFDESC(vp)->fd_type) { in fdesc_getattr()490 if (VTOFDESC(ap->a_vp)->fd_type == Froot) in fdesc_setattr()493 fd = VTOFDESC(ap->a_vp)->fd_fd; in fdesc_setattr()537 if (VTOFDESC(ap->a_vp)->fd_type != Froot) in fdesc_readdir()607 fd = VTOFDESC(vp); in fdesc_reclaim()[all …]
69 #define VTOFDESC(vp) ((struct fdescnode *)(vp)->v_data) macro