Home
last modified time | relevance | path

Searched refs:cancel_flags (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lockd.c379 ldlm_cancel_flags_t cancel_flags) in __ldlm_bl_to_thread() argument
398 if (!(cancel_flags & LCF_ASYNC)) in __ldlm_bl_to_thread()
409 ldlm_cancel_flags_t cancel_flags) in init_blwi() argument
418 blwi->blwi_flags = cancel_flags; in init_blwi()
443 ldlm_cancel_flags_t cancel_flags) in ldlm_bl_to_thread() argument
448 if (cancel_flags & LCF_ASYNC) { in ldlm_bl_to_thread()
454 init_blwi(blwi, ns, ld, cancels, count, lock, cancel_flags); in ldlm_bl_to_thread()
456 return __ldlm_bl_to_thread(blwi, cancel_flags); in ldlm_bl_to_thread()
464 init_blwi(&blwi, ns, ld, cancels, count, lock, cancel_flags); in ldlm_bl_to_thread()
465 return __ldlm_bl_to_thread(&blwi, cancel_flags); in ldlm_bl_to_thread()
[all …]
Dldlm_internal.h113 ldlm_cancel_flags_t cancel_flags, int flags);
175 ldlm_cancel_flags_t cancel_flags);
Dldlm_request.c1308 ldlm_cancel_flags_t cancel_flags) in ldlm_cli_cancel() argument
1325 if (rc == LDLM_FL_LOCAL_ONLY || cancel_flags & LCF_LOCAL) { in ldlm_cli_cancel()
1348 ldlm_cli_cancel_list(&cancels, count, NULL, cancel_flags); in ldlm_cli_cancel()
1727 int count, int max, ldlm_cancel_flags_t cancel_flags, in ldlm_cancel_lru_local() argument
1735 return ldlm_cli_cancel_list_local(cancels, added, cancel_flags); in ldlm_cancel_lru_local()
1747 ldlm_cancel_flags_t cancel_flags, in ldlm_cancel_lru() argument
1756 rc = ldlm_bl_to_thread_list(ns, NULL, &cancels, count, cancel_flags); in ldlm_cancel_lru()
1772 ldlm_cancel_flags_t cancel_flags, void *opaque) in ldlm_cancel_resource_local() argument
1815 return ldlm_cli_cancel_list_local(cancels, count, cancel_flags); in ldlm_cancel_resource_local()
/linux-4.1.27/fs/xfs/
Dxfs_symlink.c181 uint cancel_flags; in xfs_symlink() local
227 cancel_flags = XFS_TRANS_RELEASE_LOG_RES; in xfs_symlink()
243 cancel_flags = 0; in xfs_symlink()
410 cancel_flags |= XFS_TRANS_ABORT; in xfs_symlink()
412 xfs_trans_cancel(tp, cancel_flags); in xfs_symlink()
Dxfs_inode.c1130 uint cancel_flags; in xfs_create() local
1167 cancel_flags = XFS_TRANS_RELEASE_LOG_RES; in xfs_create()
1187 cancel_flags = 0; in xfs_create()
1286 cancel_flags |= XFS_TRANS_ABORT; in xfs_create()
1288 xfs_trans_cancel(tp, cancel_flags); in xfs_create()
1320 uint cancel_flags = XFS_TRANS_RELEASE_LOG_RES; in xfs_create_tmpfile() local
1354 cancel_flags = 0; in xfs_create_tmpfile()
1398 cancel_flags |= XFS_TRANS_ABORT; in xfs_create_tmpfile()
1400 xfs_trans_cancel(tp, cancel_flags); in xfs_create_tmpfile()
1430 int cancel_flags; in xfs_link() local
[all …]
Dxfs_attr_inactive.c397 int cancel_flags = 0; in xfs_attr_inactive() local
426 cancel_flags = XFS_TRANS_RELEASE_LOG_RES | XFS_TRANS_ABORT; in xfs_attr_inactive()
463 xfs_trans_cancel(trans, cancel_flags); in xfs_attr_inactive()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_dlm.h1377 ldlm_cancel_flags_t cancel_flags);
1392 ldlm_cancel_flags_t cancel_flags, void *opaque);
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_bmap.c1115 int cancel_flags = 0; in xfs_bmap_add_attrfork() local
1130 cancel_flags = XFS_TRANS_RELEASE_LOG_RES; in xfs_bmap_add_attrfork()
1137 cancel_flags |= XFS_TRANS_ABORT; in xfs_bmap_add_attrfork()
1228 xfs_trans_cancel(tp, cancel_flags); in xfs_bmap_add_attrfork()