Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfs/
H A Dnfsport.h1035 #define NFSSTA_HASSETFSID 0x40000000 /* Has set the fsid */ macro
1043 #define NFSHASHASSETFSID(n) ((n)->nm_state & NFSSTA_HASSETFSID)
1056 #define NFSSETHASSETFSID(n) ((n)->nm_state |= NFSSTA_HASSETFSID)