Searched refs:NFS_DEVICEID_UNAVAILABLE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | pnfs_dev.c | 289 if (test_bit(NFS_DEVICEID_UNAVAILABLE, &node->flags)) { in nfs4_mark_deviceid_available() 290 clear_bit(NFS_DEVICEID_UNAVAILABLE, &node->flags); in nfs4_mark_deviceid_available() 301 set_bit(NFS_DEVICEID_UNAVAILABLE, &node->flags); in nfs4_mark_deviceid_unavailable() 309 if (test_bit(NFS_DEVICEID_UNAVAILABLE, &node->flags)) { in nfs4_test_deviceid_unavailable() 316 clear_bit(NFS_DEVICEID_UNAVAILABLE, &node->flags); in nfs4_test_deviceid_unavailable()
|
H A D | pnfs.h | 349 NFS_DEVICEID_UNAVAILABLE, /* device temporarily unavailable */ enumerator
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | pnfs_dev.c | 296 if (test_bit(NFS_DEVICEID_UNAVAILABLE, &node->flags)) { in nfs4_mark_deviceid_available() 297 clear_bit(NFS_DEVICEID_UNAVAILABLE, &node->flags); in nfs4_mark_deviceid_available() 308 set_bit(NFS_DEVICEID_UNAVAILABLE, &node->flags); in nfs4_mark_deviceid_unavailable() 316 if (test_bit(NFS_DEVICEID_UNAVAILABLE, &node->flags)) { in nfs4_test_deviceid_unavailable() 323 clear_bit(NFS_DEVICEID_UNAVAILABLE, &node->flags); in nfs4_test_deviceid_unavailable()
|
H A D | pnfs.h | 349 NFS_DEVICEID_UNAVAILABLE, /* device temporarily unavailable */ enumerator
|
/kernel/linux/linux-5.10/fs/nfs/blocklayout/ |
H A D | blocklayout.c | 598 if (test_bit(NFS_DEVICEID_UNAVAILABLE, &node->flags) == 0) in bl_find_get_deviceid()
|
/kernel/linux/linux-6.6/fs/nfs/blocklayout/ |
H A D | blocklayout.c | 574 if (test_bit(NFS_DEVICEID_UNAVAILABLE, &node->flags) == 0) in bl_find_get_deviceid()
|
Completed in 9 milliseconds