Home
last modified time | relevance | path

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

/NextBSD/sys/fs/nfs/
HDnfsport.h838 #define NFSSTA_HASSETFSID 0x40000000 /* Has set the fsid */ macro
846 #define NFSHASHASSETFSID(n) ((n)->nm_state & NFSSTA_HASSETFSID)
859 #define NFSSETHASSETFSID(n) ((n)->nm_state |= NFSSTA_HASSETFSID)