Home
last modified time | relevance | path

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

/linux-3.4.99/fs/afs/
Dvlclient.c99 entry->srvtmask[loop] |= AFS_VOL_VTM_RW; in afs_deliver_vl_get_entry_by_xxx()
115 entry->vidmask |= AFS_VOL_VTM_RW; in afs_deliver_vl_get_entry_by_xxx()
Dvolume.c79 } else if (srvtmask & AFS_VOL_VTM_RW) { in afs_volume_lookup()
Dinternal.h228 #define AFS_VOL_VTM_RW 0x01 /* R/W version of the volume is available (on this server) */ macro
Dvlocation.c220 if (vl->vldb.vidmask & AFS_VOL_VTM_RW) { in afs_vlocation_update_record()