Searched refs:exchange (Results 1 - 6 of 6) sorted by relevance

/linux-master/security/landlock/
H A Dfs.c376 /* Checks directory exchange. */
383 /* Checks file exchange with directory access rights... */
898 * @exchange: Sets to true if it is a rename operation with RENAME_EXCHANGE.
947 const bool removable, const bool exchange)
962 if (exchange) {
1019 exchange ? new_dentry : NULL))
944 current_check_refer_path(struct dentry *const old_dentry, const struct path *const new_dir, struct dentry *const new_dentry, const bool removable, const bool exchange) argument
/linux-master/arch/x86/xen/
H A Dmmu_pv.c2277 * Perform the hypercall to exchange a region of our pfns to point to
2294 struct xen_memory_exchange exchange = { local
2312 rc = HYPERVISOR_memory_op(XENMEM_exchange, &exchange);
2313 success = (exchange.nr_exchanged == extents_in);
2315 BUG_ON(!success && ((exchange.nr_exchanged != 0) || (rc == 0)));
2379 /* 3. Do the exchange for non-contiguous MFNs. */
/linux-master/kernel/
H A Dkexec_file.c364 goto exchange;
422 exchange:
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw.h426 } exchange; member in union:libipw_action::__anon847
/linux-master/kernel/kcsan/
H A Dcore.c1259 DEFINE_TSAN_ATOMIC_RMW(exchange, bits, _n); \
/linux-master/fs/
H A Ddcache.c2756 * @exchange: exchange the two dentries
2764 bool exchange)
2812 if (!exchange) {
2866 * d_exchange - exchange two dentries
2763 __d_move(struct dentry *dentry, struct dentry *target, bool exchange) argument

Completed in 147 milliseconds