Searched defs:na_type (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h205 #define NA_ISFIFO(NA) (((NA)->na_type == NFS_FIFO_TYPE) && \
210 (NA)->na_type = NFS_FIFO_TYPE; \
495 enum nfsftype na_type; /* file type */ member in struct:nfsfattr
511 #define n2v_type(x) (NA_ISFIFO(x) ? VFIFO : nf_to_vt[(x)->na_type])

Completed in 75 milliseconds