Home
last modified time | relevance | path

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

/fs/btrfs/
Ddelayed-ref.c454 struct btrfs_delayed_ref_node *existing, in update_existing_ref() argument
457 if (update->action != existing->action) { in update_existing_ref()
464 existing->ref_mod--; in update_existing_ref()
465 if (existing->ref_mod == 0) in update_existing_ref()
466 drop_delayed_ref(trans, delayed_refs, existing); in update_existing_ref()
468 WARN_ON(existing->type == BTRFS_TREE_BLOCK_REF_KEY || in update_existing_ref()
469 existing->type == BTRFS_SHARED_BLOCK_REF_KEY); in update_existing_ref()
471 WARN_ON(existing->type == BTRFS_TREE_BLOCK_REF_KEY || in update_existing_ref()
472 existing->type == BTRFS_SHARED_BLOCK_REF_KEY); in update_existing_ref()
480 existing->ref_mod += update->ref_mod; in update_existing_ref()
[all …]
Dinode.c5981 struct extent_map *existing, in merge_extent_mapping() argument
6296 struct extent_map *existing; in btrfs_get_extent() local
6300 existing = lookup_extent_mapping(em_tree, start, len); in btrfs_get_extent()
6301 if (existing && (existing->start > start || in btrfs_get_extent()
6302 existing->start + existing->len <= start)) { in btrfs_get_extent()
6303 free_extent_map(existing); in btrfs_get_extent()
6304 existing = NULL; in btrfs_get_extent()
6306 if (!existing) { in btrfs_get_extent()
6307 existing = lookup_extent_mapping(em_tree, em->start, in btrfs_get_extent()
6309 if (existing) { in btrfs_get_extent()
[all …]
Dtree-log.c567 struct btrfs_file_extent_item *existing; in replay_one_extent() local
571 existing = btrfs_item_ptr(leaf, path->slots[0], in replay_one_extent()
576 read_extent_buffer(leaf, &cmp2, (unsigned long)existing, in replay_one_extent()
/fs/ocfs2/
Dstack_user.c787 static int fs_protocol_compare(struct ocfs2_protocol_version *existing, in fs_protocol_compare() argument
790 if (existing->pv_major != request->pv_major) in fs_protocol_compare()
793 if (existing->pv_minor > request->pv_minor) in fs_protocol_compare()
796 if (existing->pv_minor < request->pv_minor) in fs_protocol_compare()
797 request->pv_minor = existing->pv_minor; in fs_protocol_compare()
/fs/ubifs/
DKconfig20 existing file systems.
/fs/ocfs2/dlm/
Ddlmcommon.h1061 static inline int dlm_lock_compatible(int existing, int request) in dlm_lock_compatible() argument
1065 existing == LKM_NLMODE) in dlm_lock_compatible()
1073 if (existing == LKM_PRMODE) in dlm_lock_compatible()
Ddlmdomain.c155 static int dlm_protocol_compare(struct dlm_protocol_version *existing,
2103 static int dlm_protocol_compare(struct dlm_protocol_version *existing, in dlm_protocol_compare() argument
2106 if (existing->pv_major != request->pv_major) in dlm_protocol_compare()
2109 if (existing->pv_minor > request->pv_minor) in dlm_protocol_compare()
2112 if (existing->pv_minor < request->pv_minor) in dlm_protocol_compare()
2113 request->pv_minor = existing->pv_minor; in dlm_protocol_compare()
/fs/ntfs/
DKconfig57 The only supported operation is overwriting existing files, without
/fs/ext3/
DKconfig21 To add a journal on an existing ext2 file system or change the
/fs/jffs2/
DKconfig110 compressors can mean you cannot read existing file systems,
DREADME.Locking9 This document attempts to describe the existing locking rules for
/fs/cifs/
DTODO97 1) existing symbolic links (Windows reparse points) are recognized but
DCHANGES702 Fix truncate of existing files opened with O_CREAT but not O_TRUNC set.
900 Includes support for deleting of open files and renaming over existing files (per POSIX
1040 show range as locked when there is a conflict with an existing lock.
DREADME278 of existing files will be the uid (gid) of the person
/fs/configfs/
Ddir.c214 const unsigned char *existing = configfs_get_name(sd); in configfs_dirent_exists() local
215 if (strcmp(existing, new)) in configfs_dirent_exists()