Home
last modified time | relevance | path

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

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