Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dpnfs_dev.c293 if (test_bit(NFS_DEVICEID_UNAVAILABLE, &node->flags)) { in nfs4_mark_deviceid_available()
294 clear_bit(NFS_DEVICEID_UNAVAILABLE, &node->flags); in nfs4_mark_deviceid_available()
305 set_bit(NFS_DEVICEID_UNAVAILABLE, &node->flags); in nfs4_mark_deviceid_unavailable()
313 if (test_bit(NFS_DEVICEID_UNAVAILABLE, &node->flags)) { in nfs4_test_deviceid_unavailable()
320 clear_bit(NFS_DEVICEID_UNAVAILABLE, &node->flags); in nfs4_test_deviceid_unavailable()
H A Dpnfs.h361 NFS_DEVICEID_UNAVAILABLE, /* device temporarily unavailable */ enumerator
/linux/fs/nfs/blocklayout/
H A Dblocklayout.c580 if (test_bit(NFS_DEVICEID_UNAVAILABLE, &node->flags)) { in bl_find_get_deviceid()