Searched refs:VTOFDESC (Results 1 – 2 of 2) sorted by relevance
316 if (VTOFDESC(dvp)->fd_type != Froot) { in fdesc_lookup()395 if (VTOFDESC(vp)->fd_type == Froot) in fdesc_open()421 if (VTOFDESC(vp)->fd_type == Froot) in fdesc_pathconf()427 if (VTOFDESC(vp)->fd_type == Froot) in fdesc_pathconf()448 vap->va_fileid = VTOFDESC(vp)->fd_ix; in fdesc_getattr()461 switch (VTOFDESC(vp)->fd_type) { in fdesc_getattr()500 if (VTOFDESC(ap->a_vp)->fd_type == Froot) in fdesc_setattr()503 fd = VTOFDESC(ap->a_vp)->fd_fd; in fdesc_setattr()547 if (VTOFDESC(ap->a_vp)->fd_type != Froot) in fdesc_readdir()617 fd = VTOFDESC(vp); in fdesc_reclaim()[all …]
70 #define VTOFDESC(vp) ((struct fdescnode *)(vp)->v_data) macro