Searched refs:exists (Results 76 - 91 of 91) sorted by relevance

1234

/linux-master/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py88 if not parent.exists():
/linux-master/fs/btrfs/
H A Dtree-log.c515 * is just logging an inode to make sure it exists after recovery.
535 * logging that an inode exists, as part of a directory
615 * as required if the extent already exists or creating a new extent
908 * Whenever we need to check if a name exists or not, we check the
911 * does not exists anymore.
966 * Returns: < 0 on error, 0 if the directory entry does not exists and 1 if it
967 * exists.
1256 * inode reference item in the subvolume tree with the same key (if it exists).
1781 bool exists)
1797 if (!exists)
1775 delete_conflicting_dir_entry(struct btrfs_trans_handle *trans, struct btrfs_inode *dir, struct btrfs_path *path, struct btrfs_dir_item *dst_di, const struct btrfs_key *log_key, u8 log_flags, bool exists) argument
1835 bool exists; local
[all...]
H A Dsend.c38 * issue clone operations instead of write operations. This currently exists to
3410 int exists = 0; local
3431 exists = 1;
3451 if (exists) {
3994 * such ancestor exists and make sure our own rename/move happens after
4139 * receiver fail since the path component "d1/" no longer exists, it was renamed
7527 * exists in the tree.
/linux-master/arch/x86/crypto/
H A Dsha512-avx-asm.S379 # (if such section exists).
H A Dsha512-ssse3-asm.S381 # (if such section exists).
H A Dsha512-avx2-asm.S692 # (if such section exists).
/linux-master/tools/testing/selftests/net/
H A Dpmtu.sh945 ovs-vsctl --if-exists del-port vxlan_a 2>/dev/null
946 ovs-vsctl --if-exists del-br ovs_br0 2>/dev/null
/linux-master/net/ceph/
H A Dosdmap.c36 snprintf(str, len, "exists, up");
38 snprintf(str, len, "exists");
2628 bool exists = false; local
2635 exists = true;
2646 if (!exists && pos >= 0)
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_lib.c3492 bool exists = false; local
3494 ice_check_if_dflt_vsi(pi, 0, &exists);
3495 return exists;
/linux-master/lib/
H A Dmaple_tree.c879 * mt_clear_meta() - clear the metadata information of a node, if it exists
2344 * ma_state. This function exists mainly for code readability.
2972 * against the node to the right if it exists, otherwise the node to the
4238 * Return: %NULL or the contents that already exists at the requested index
4261 goto exists;
4270 goto exists;
4277 goto exists;
4285 exists:
6055 * If an entry exists, last and index are updated accordingly.
6082 * If an entry exists, las
[all...]
/linux-master/scripts/
H A Dkernel-doc1370 if (!exists($_members{$k})) {
/linux-master/
H A DMakefile365 # Read KERNELRELEASE from include/config/kernel.release (if it exists)
1372 $(if $(wildcard $(objtree)/.config),, $(error No .config exists, config your kernel first!))
/linux-master/arch/m68k/fpsp040/
H A Dres_func.S604 | condition exists with a very large norm and a denorm. One
1330 | and the destination is not overwritten if this condition exists.
/linux-master/tools/net/ynl/
H A Dynl-gen-c.py2598 if os.path.exists(maintainers):
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S3831 # classifed as "Line F". This module determines which case exists and #
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c322 bool exists[MAX_CHIP_IDS]; member in struct:storm_mode_defs

Completed in 356 milliseconds

1234