Searched refs:NFSSTA_HASSETFSID (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/fs/nfs/
H A Dnfsport.h837 #define NFSSTA_HASSETFSID 0x40000000 /* Has set the fsid */ macro
845 #define NFSHASHASSETFSID(n) ((n)->nm_state & NFSSTA_HASSETFSID)
858 #define NFSSETHASSETFSID(n) ((n)->nm_state |= NFSSTA_HASSETFSID)

Completed in 91 milliseconds