Searched refs:existing (Results 1 – 11 of 11) sorted by relevance
/fs/btrfs/ |
D | delayed-ref.c | 455 struct btrfs_delayed_ref_node *existing, in update_existing_head_ref() argument 462 existing_ref = btrfs_delayed_node_to_head(existing); in update_existing_head_ref() 481 existing->num_bytes = update->num_bytes; in update_existing_head_ref() 509 existing->ref_mod += update->ref_mod; in update_existing_head_ref() 518 delayed_refs->pending_csums -= existing->num_bytes; in update_existing_head_ref() 520 delayed_refs->pending_csums += existing->num_bytes; in update_existing_head_ref() 538 struct btrfs_delayed_ref_head *existing; in add_delayed_ref_head() local 617 existing = htree_insert(&delayed_refs->href_root, in add_delayed_ref_head() 619 if (existing) { in add_delayed_ref_head() 620 WARN_ON(ref_root && reserved && existing->qgroup_ref_root in add_delayed_ref_head() [all …]
|
D | inode.c | 6739 struct extent_map *existing, in merge_extent_mapping() argument 6751 if (existing->start > map_start) { in merge_extent_mapping() 6752 next = existing; in merge_extent_mapping() 6755 prev = existing; in merge_extent_mapping() 7060 struct extent_map *existing; in btrfs_get_extent() local 7064 existing = search_extent_mapping(em_tree, start, len); in btrfs_get_extent() 7069 if (start >= extent_map_end(existing) || in btrfs_get_extent() 7070 start <= existing->start) { in btrfs_get_extent() 7075 err = merge_extent_mapping(em_tree, existing, in btrfs_get_extent() 7077 free_extent_map(existing); in btrfs_get_extent() [all …]
|
D | tree-log.c | 635 struct btrfs_file_extent_item *existing; in replay_one_extent() local 639 existing = btrfs_item_ptr(leaf, path->slots[0], in replay_one_extent() 644 read_extent_buffer(leaf, &cmp2, (unsigned long)existing, in replay_one_extent()
|
/fs/ocfs2/ |
D | stack_user.c | 783 static int fs_protocol_compare(struct ocfs2_protocol_version *existing, in fs_protocol_compare() argument 786 if (existing->pv_major != request->pv_major) in fs_protocol_compare() 789 if (existing->pv_minor > request->pv_minor) in fs_protocol_compare() 792 if (existing->pv_minor < request->pv_minor) in fs_protocol_compare() 793 request->pv_minor = existing->pv_minor; in fs_protocol_compare()
|
/fs/ubifs/ |
D | Kconfig | 20 existing file systems.
|
/fs/ocfs2/dlm/ |
D | dlmcommon.h | 1063 static inline int dlm_lock_compatible(int existing, int request) in dlm_lock_compatible() argument 1067 existing == LKM_NLMODE) in dlm_lock_compatible() 1075 if (existing == LKM_PRMODE) in dlm_lock_compatible()
|
D | dlmdomain.c | 153 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/ntfs/ |
D | Kconfig | 57 The only supported operation is overwriting existing files, without
|
/fs/jffs2/ |
D | Kconfig | 110 compressors can mean you cannot read existing file systems,
|
D | README.Locking | 5 This document attempts to describe the existing locking rules for
|
/fs/configfs/ |
D | dir.c | 211 const unsigned char *existing = configfs_get_name(sd); in configfs_dirent_exists() local 212 if (strcmp(existing, new)) in configfs_dirent_exists()
|