Searched refs:NFS_LAYOUT_FIRST_LAYOUTGET (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | pnfs.c | 1934 return test_bit(NFS_LAYOUT_FIRST_LAYOUTGET, &lo->plh_flags); in pnfs_is_first_layoutget() 1941 clear_bit_unlock(NFS_LAYOUT_FIRST_LAYOUTGET, bitlock); in pnfs_clear_first_layoutget() 1943 wake_up_bit(bitlock, NFS_LAYOUT_FIRST_LAYOUTGET); in pnfs_clear_first_layoutget() 2087 if (test_and_set_bit(NFS_LAYOUT_FIRST_LAYOUTGET, in pnfs_update_layout() 2091 NFS_LAYOUT_FIRST_LAYOUTGET, in pnfs_update_layout() 2242 if (test_and_set_bit(NFS_LAYOUT_FIRST_LAYOUTGET, &lo->plh_flags)) in _pnfs_grab_empty_layout()
|
H A D | pnfs.h | 107 NFS_LAYOUT_FIRST_LAYOUTGET, /* Serialize first layoutget */ enumerator
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | pnfs.c | 1931 return test_bit(NFS_LAYOUT_FIRST_LAYOUTGET, &lo->plh_flags); in pnfs_is_first_layoutget() 1938 clear_bit_unlock(NFS_LAYOUT_FIRST_LAYOUTGET, bitlock); in pnfs_clear_first_layoutget() 1940 wake_up_bit(bitlock, NFS_LAYOUT_FIRST_LAYOUTGET); in pnfs_clear_first_layoutget() 2084 if (test_and_set_bit(NFS_LAYOUT_FIRST_LAYOUTGET, in pnfs_update_layout() 2088 NFS_LAYOUT_FIRST_LAYOUTGET, in pnfs_update_layout() 2242 if (test_and_set_bit(NFS_LAYOUT_FIRST_LAYOUTGET, &lo->plh_flags)) in _pnfs_grab_empty_layout()
|
H A D | pnfs.h | 105 NFS_LAYOUT_FIRST_LAYOUTGET, /* Serialize first layoutget */ enumerator
|
Completed in 12 milliseconds