Home | History | Annotate | Download | only in common

Lines Matching refs:fs_properties

885 			fsp->fs_properties = (NFSV3_FSFLINK | NFSV3_FSFSYMLINK |
983 if (fsp->fs_properties & NFSV3_FSFLINK) {
993 fsp->fs_properties |= NFSV3_FSFLINK;
995 fsp->fs_properties &= ~NFSV3_FSFLINK;
1003 if (fsp->fs_properties & NFSV3_FSFSYMLINK) {
1013 fsp->fs_properties |= NFSV3_FSFSYMLINK;
1015 fsp->fs_properties &= ~NFSV3_FSFSYMLINK;
1134 if (fsp->fs_properties & NFSV3_FSFCANSETTIME) {
1144 fsp->fs_properties |= NFSV3_FSFCANSETTIME;
1146 fsp->fs_properties &= ~NFSV3_FSFCANSETTIME;
1292 if (fsp->fs_properties &
1303 fsp->fs_properties |= NFSV3_FSFHOMOGENEOUS;
1305 fsp->fs_properties &= ~NFSV3_FSFHOMOGENEOUS;
2175 if (fsinf.fs_properties & NFSV3FSINFO_LINK)
2183 if (fsinf.fs_properties & NFSV3FSINFO_SYMLINK)
2230 if (fsinf.fs_properties & NFSV3FSINFO_CANSETTIME)
2304 if (fsinf.fs_properties & NFSV3FSINFO_HOMOGENEOUS)