Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dpnfs_dev.c311 nfs4_test_deviceid_unavailable(struct nfs4_deviceid_node *node) in nfs4_test_deviceid_unavailable() function
325 EXPORT_SYMBOL_GPL(nfs4_test_deviceid_unavailable);
H A Dpnfs_nfs.c1011 if (nfs4_test_deviceid_unavailable(devid)) { in nfs4_pnfs_ds_connect()
1043 !nfs4_test_deviceid_unavailable(devid)); in nfs4_pnfs_ds_connect()
H A Dpnfs.h389 bool nfs4_test_deviceid_unavailable(struct nfs4_deviceid_node *node);
/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayoutdev.c572 if (!nfs4_test_deviceid_unavailable(devid)) in ff_read_layout_has_available_ds()
593 if (nfs4_test_deviceid_unavailable(devid)) in ff_rw_layout_has_available_ds()
H A Dflexfilelayout.c776 nfs4_test_deviceid_unavailable(&mirror->mirror_ds->id_node)) in ff_layout_choose_ds_for_read()
/linux/fs/nfs/filelayout/
H A Dfilelayout.c252 nfs4_test_deviceid_unavailable(node); in filelayout_test_devid_unavailable()