Home
last modified time | relevance | path

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

/fs/afs/
A Dsuper.c722 struct afs_volume_status *vs = &op->volstatus.vs; in afs_get_volume_status_success() local
725 if (vs->max_quota == 0) in afs_get_volume_status_success()
726 buf->f_blocks = vs->part_max_blocks; in afs_get_volume_status_success()
728 buf->f_blocks = vs->max_quota; in afs_get_volume_status_success()
730 if (buf->f_blocks > vs->blocks_in_use) in afs_get_volume_status_success()
732 buf->f_blocks - vs->blocks_in_use; in afs_get_volume_status_success()
A Dyfsclient.c304 struct afs_volume_status *vs) in xdr_decode_YFSFetchVolumeStatus() argument
309 vs->vid = xdr_to_u64(x->vid); in xdr_decode_YFSFetchVolumeStatus()
310 vs->parent_id = xdr_to_u64(x->parent_id); in xdr_decode_YFSFetchVolumeStatus()
312 vs->online = flags & yfs_FVSOnline; in xdr_decode_YFSFetchVolumeStatus()
313 vs->in_service = flags & yfs_FVSInservice; in xdr_decode_YFSFetchVolumeStatus()
314 vs->blessed = flags & yfs_FVSBlessed; in xdr_decode_YFSFetchVolumeStatus()
315 vs->needs_salvage = flags & yfs_FVSNeedsSalvage; in xdr_decode_YFSFetchVolumeStatus()
316 vs->type = ntohl(x->type); in xdr_decode_YFSFetchVolumeStatus()
317 vs->min_quota = 0; in xdr_decode_YFSFetchVolumeStatus()
318 vs->max_quota = xdr_to_u64(x->max_quota); in xdr_decode_YFSFetchVolumeStatus()
[all …]
A Dfsclient.c218 vs->vid = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
219 vs->parent_id = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
220 vs->online = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
221 vs->in_service = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
222 vs->blessed = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
223 vs->needs_salvage = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
224 vs->type = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
225 vs->min_quota = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
226 vs->max_quota = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
230 vs->vol_copy_date = 0; in xdr_decode_AFSFetchVolumeStatus()
[all …]
A Dinternal.h917 struct afs_volume_status vs; member
/fs/verity/
A DKconfig27 protection against malicious disks vs. an ahead-of-time hash.

Completed in 22 milliseconds