Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dpnfs.c2101 return test_bit(NFS_LAYOUT_FIRST_LAYOUTGET, &lo->plh_flags); in pnfs_is_first_layoutget()
2255 if (test_and_set_bit(NFS_LAYOUT_FIRST_LAYOUTGET, in pnfs_update_layout()
2259 NFS_LAYOUT_FIRST_LAYOUTGET, in pnfs_update_layout()
2279 clear_and_wake_up_bit(NFS_LAYOUT_FIRST_LAYOUTGET, in pnfs_update_layout()
2349 clear_and_wake_up_bit(NFS_LAYOUT_FIRST_LAYOUTGET, in pnfs_update_layout()
2362 clear_and_wake_up_bit(NFS_LAYOUT_FIRST_LAYOUTGET, &lo->plh_flags); in pnfs_update_layout()
2417 if (test_and_set_bit(NFS_LAYOUT_FIRST_LAYOUTGET, &lo->plh_flags)) in _pnfs_grab_empty_layout()
2454 clear_and_wake_up_bit(NFS_LAYOUT_FIRST_LAYOUTGET, &lo->plh_flags); in _lgopen_prepare_attached()
2558 clear_and_wake_up_bit(NFS_LAYOUT_FIRST_LAYOUTGET, in nfs4_lgopen_release()
H A Dpnfs.h108 NFS_LAYOUT_FIRST_LAYOUTGET, /* Serialize first layoutget */ enumerator