Home
last modified time | relevance | path

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

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