Home
last modified time | relevance | path

Searched refs:NFS_LSEG_UNAVAILABLE (Results 1 – 2 of 2) sorted by relevance

/linux/fs/nfs/blocklayout/
H A Dblocklayout.c740 set_bit(NFS_LSEG_UNAVAILABLE, &lseg->pls_flags); in bl_alloc_lseg()
851 test_bit(NFS_LSEG_UNAVAILABLE, &pgio->pg_lseg->pls_flags)) { in bl_pg_init_read()
912 test_bit(NFS_LSEG_UNAVAILABLE, &pgio->pg_lseg->pls_flags)) { in bl_pg_init_write()
/linux/fs/nfs/
H A Dpnfs.h46 NFS_LSEG_UNAVAILABLE, /* unavailable bit set for temporary problem */ enumerator