Home
last modified time | relevance | path

Searched refs:existing (Results 1 – 12 of 12) sorted by relevance

/fs/btrfs/
Ddelayed-ref.c650 struct btrfs_delayed_ref_head *existing, in update_existing_head_ref() argument
656 u64 flags = btrfs_ref_head_to_space_flags(existing); in update_existing_head_ref()
659 BUG_ON(existing->is_data != update->is_data); in update_existing_head_ref()
661 spin_lock(&existing->lock); in update_existing_head_ref()
670 existing->must_insert_reserved = update->must_insert_reserved; in update_existing_head_ref()
676 existing->num_bytes = update->num_bytes; in update_existing_head_ref()
681 if (!existing->extent_op) { in update_existing_head_ref()
682 existing->extent_op = update->extent_op; in update_existing_head_ref()
685 memcpy(&existing->extent_op->key, in update_existing_head_ref()
688 existing->extent_op->update_key = true; in update_existing_head_ref()
[all …]
Dextent_map.c541 struct extent_map *existing, in merge_extent_mapping() argument
553 if (existing->start > map_start) { in merge_extent_mapping()
554 next = existing; in merge_extent_mapping()
557 prev = existing; in merge_extent_mapping()
609 struct extent_map *existing; in btrfs_add_extent_mapping() local
613 existing = search_extent_mapping(em_tree, start, len); in btrfs_add_extent_mapping()
615 trace_btrfs_handle_em_exist(fs_info, existing, em, start, len); in btrfs_add_extent_mapping()
621 if (start >= existing->start && in btrfs_add_extent_mapping()
622 start < extent_map_end(existing)) { in btrfs_add_extent_mapping()
624 *em_in = existing; in btrfs_add_extent_mapping()
[all …]
Dscrub.c428 struct full_stripe_lock *existing; in lock_full_stripe() local
448 existing = insert_full_stripe_lock(locks_root, fstripe_start); in lock_full_stripe()
450 if (IS_ERR(existing)) { in lock_full_stripe()
451 ret = PTR_ERR(existing); in lock_full_stripe()
454 mutex_lock(&existing->mutex); in lock_full_stripe()
Dtree-log.c632 struct btrfs_file_extent_item *existing; in replay_one_extent() local
636 existing = btrfs_item_ptr(leaf, path->slots[0], in replay_one_extent()
641 read_extent_buffer(leaf, &cmp2, (unsigned long)existing, in replay_one_extent()
/fs/ocfs2/
Dstack_user.c775 static int fs_protocol_compare(struct ocfs2_protocol_version *existing, in fs_protocol_compare() argument
778 if (existing->pv_major != request->pv_major) in fs_protocol_compare()
781 if (existing->pv_minor > request->pv_minor) in fs_protocol_compare()
784 if (existing->pv_minor < request->pv_minor) in fs_protocol_compare()
785 request->pv_minor = existing->pv_minor; in fs_protocol_compare()
/fs/ocfs2/dlm/
Ddlmcommon.h1052 static inline int dlm_lock_compatible(int existing, int request) in dlm_lock_compatible() argument
1056 existing == LKM_NLMODE) in dlm_lock_compatible()
1064 if (existing == LKM_PRMODE) in dlm_lock_compatible()
Ddlmdomain.c142 static int dlm_protocol_compare(struct dlm_protocol_version *existing,
2081 static int dlm_protocol_compare(struct dlm_protocol_version *existing, in dlm_protocol_compare() argument
2084 if (existing->pv_major != request->pv_major) in dlm_protocol_compare()
2087 if (existing->pv_minor > request->pv_minor) in dlm_protocol_compare()
2090 if (existing->pv_minor < request->pv_minor) in dlm_protocol_compare()
2091 request->pv_minor = existing->pv_minor; in dlm_protocol_compare()
/fs/ubifs/
DKconfig27 existing file systems.
/fs/ntfs/
DKconfig58 The only supported operation is overwriting existing files, without
/fs/jffs2/
DKconfig107 compressors can mean you cannot read existing file systems,
DREADME.Locking5 This document attempts to describe the existing locking rules for
/fs/configfs/
Ddir.c232 const unsigned char *existing = configfs_get_name(sd); in configfs_dirent_exists() local
233 if (strcmp(existing, new)) in configfs_dirent_exists()