Home
last modified time | relevance | path

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

/fs/btrfs/
Dvolumes.c5130 int ndevs; member
5201 ctl->ndevs = 0; in init_alloc_chunk_ctl()
5224 int ndevs = 0; in gather_device_info() local
5270 if (ndevs == fs_devices->rw_devices) { in gather_device_info()
5275 devices_info[ndevs].dev_offset = dev_offset; in gather_device_info()
5276 devices_info[ndevs].max_avail = max_avail; in gather_device_info()
5277 devices_info[ndevs].total_avail = total_avail; in gather_device_info()
5278 devices_info[ndevs].dev = device; in gather_device_info()
5279 ++ndevs; in gather_device_info()
5281 ctl->ndevs = ndevs; in gather_device_info()
[all …]
/fs/nfs/
Dcallback_xdr.c331 args->ndevs = n; in decode_devicenotify_args()
332 dprintk("%s: ndevs %d\n", __func__, args->ndevs); in decode_devicenotify_args()
338 args->ndevs = 0; in decode_devicenotify_args()
340 __func__, ntohl(status), args->ndevs); in decode_devicenotify_args()
Dcallback.h173 uint32_t ndevs; member
Dcallback_proc.c371 for (i = 0; i < args->ndevs; i++) { in nfs4_callback_devicenotify()