Home
last modified time | relevance | path

Searched refs:plh_flags (Results 1 – 4 of 4) sorted by relevance

/linux/fs/nfs/
H A Dpnfs.c283 if (test_and_clear_bit(NFS_LAYOUT_HASHED, &lo->plh_flags)) { in pnfs_free_layout_hdr()
333 set_bit(NFS_LAYOUT_INODE_FREEING, &lo->plh_flags); in pnfs_grab_inode_layout_hdr()
359 set_bit(NFS_LAYOUT_RETURN_REQUESTED, &lo->plh_flags); in pnfs_set_plh_return_info()
377 clear_bit(NFS_LAYOUT_RETURN_REQUESTED, &lo->plh_flags); in pnfs_clear_layoutreturn_info()
387 clear_bit_unlock(NFS_LAYOUT_RETURN, &lo->plh_flags); in pnfs_clear_layoutreturn_waitbit()
388 clear_bit(NFS_LAYOUT_RETURN_LOCK, &lo->plh_flags); in pnfs_clear_layoutreturn_waitbit()
390 wake_up_bit(&lo->plh_flags, NFS_LAYOUT_RETURN); in pnfs_clear_layoutreturn_waitbit()
466 if (test_and_set_bit(NFS_LAYOUT_INVALID_STID, &lo->plh_flags)) in pnfs_mark_layout_stateid_invalid()
473 set_bit(NFS_LAYOUT_DRAIN, &lo->plh_flags); in pnfs_mark_layout_stateid_invalid()
474 if (test_bit(NFS_LAYOUT_RETURN, &lo->plh_flags) && in pnfs_mark_layout_stateid_invalid()
[all …]
H A Dcallback_proc.c232 if (test_bit(NFS_LAYOUT_RETURN, &lo->plh_flags)) in pnfs_check_callback_stateid()
285 if (test_bit(NFS_LAYOUT_BULK_RECALL, &lo->plh_flags)) { in initiate_file_draining()
300 set_bit(NFS_LAYOUT_DRAIN, &lo->plh_flags); in initiate_file_draining()
H A Dpnfs.h213 unsigned long plh_flags; member
445 return test_bit(NFS_LAYOUT_INVALID_STID, &lo->plh_flags) == 0; in pnfs_layout_is_valid()
610 set_bit(NFS_LAYOUT_RETURN_REQUESTED, &nfsi->layout->plh_flags); in pnfs_return_layout()
H A Dnfs4proc.c9642 if (!lo || test_bit(NFS_LAYOUT_INVALID_STID, &lo->plh_flags) || in nfs4_layoutget_handle_exception()