Home
last modified time | relevance | path

Searched refs:NFS_DEVICEID_UNAVAILABLE (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/nfs/
Dpnfs_dev.c291 set_bit(NFS_DEVICEID_UNAVAILABLE, &node->flags); in nfs4_mark_deviceid_unavailable()
298 if (test_bit(NFS_DEVICEID_UNAVAILABLE, &node->flags)) { in nfs4_test_deviceid_unavailable()
305 clear_bit(NFS_DEVICEID_UNAVAILABLE, &node->flags); in nfs4_test_deviceid_unavailable()
Dpnfs.h309 NFS_DEVICEID_UNAVAILABLE, /* device temporarily unavailable */ enumerator
/linux-4.4.14/fs/nfs/flexfilelayout/
Dflexfilelayout.c351 clear_bit(NFS_DEVICEID_UNAVAILABLE, &node->flags); in ff_layout_mark_devices_valid()