Searched refs:existing (Results 1 – 15 of 15) sorted by relevance
/fs/btrfs/ |
D | delayed-ref.c | 454 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 …]
|
D | inode.c | 5981 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 …]
|
D | tree-log.c | 567 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/ |
D | stack_user.c | 787 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/ |
D | Kconfig | 20 existing file systems.
|
/fs/ocfs2/dlm/ |
D | dlmcommon.h | 1061 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()
|
D | dlmdomain.c | 155 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/ |
D | Kconfig | 57 The only supported operation is overwriting existing files, without
|
/fs/ext3/ |
D | Kconfig | 21 To add a journal on an existing ext2 file system or change the
|
/fs/jffs2/ |
D | Kconfig | 110 compressors can mean you cannot read existing file systems,
|
D | README.Locking | 9 This document attempts to describe the existing locking rules for
|
/fs/cifs/ |
D | TODO | 97 1) existing symbolic links (Windows reparse points) are recognized but
|
D | CHANGES | 702 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.
|
D | README | 278 of existing files will be the uid (gid) of the person
|
/fs/configfs/ |
D | dir.c | 214 const unsigned char *existing = configfs_get_name(sd); in configfs_dirent_exists() local 215 if (strcmp(existing, new)) in configfs_dirent_exists()
|