Home
last modified time | relevance | path

Searched refs:recurse (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/thunderbolt/
A Dproperty.c310 bool recurse, size_t *data_len) in tb_property_dir_length() argument
325 if (recurse) { in tb_property_dir_length()
327 property->value.dir, recurse, data_len); in tb_property_dir_length()
/linux/fs/
A Dnamespace.c82 bool recurse; member
2050 for (p = mnt; p; p = recurse ? next_mnt(p, mnt) : NULL) { in invent_group_ids()
2314 int recurse = ms_flags & MS_REC; in do_change_type() local
2327 err = invent_group_ids(mnt, recurse); in do_change_type()
2355 if (recurse) in __do_loopback()
2370 int recurse) in do_loopback() argument
2396 mnt = __do_loopback(&old_path, recurse); in do_loopback()
3997 } while (kattr->recurse && (m = next_mnt(m, mnt))); in mount_setattr_prepare()
4048 } while (kattr->recurse && (m = next_mnt(m, mnt))); in mount_setattr_commit()
4069 err = invent_group_ids(mnt, kattr->recurse); in do_mount_setattr()
[all …]
/linux/net/netfilter/
A Dnf_log_syslog.c530 int recurse) in dump_ipv6_packet() argument
740 if (recurse) { in dump_ipv6_packet()
761 if ((logflags & NF_LOG_UID) && recurse) in dump_ipv6_packet()
765 if (recurse && skb->mark) in dump_ipv6_packet()
/linux/arch/mips/kernel/
A Dscall32-o32.S184 beqz t0, einval # do not recurse
A Dscall64-o32.S197 beqz t0, einval # do not recurse
/linux/Documentation/core-api/
A Dgfp_mask-from-fs-io.rst36 mask so no memory allocation can recurse back in the FS/IO.
/linux/arch/x86/kernel/cpu/mce/
A Damd.c1260 goto recurse; in allocate_threshold_blocks()
1267 goto recurse; in allocate_threshold_blocks()
1299 recurse: in allocate_threshold_blocks()
/linux/include/linux/
A Dkey.h423 bool recurse);
A Dnetdevice.h4080 struct netdev_phys_item_id *ppid, bool recurse);
/linux/fs/xfs/libxfs/
A Dxfs_iext_tree.c261 recurse: in xfs_iext_prev()
271 goto recurse; in xfs_iext_prev()
/linux/security/keys/
A Dkeyring.c940 bool recurse) in keyring_search() argument
955 if (recurse) in keyring_search()
/linux/Documentation/trace/
A Dftrace-uses.rst188 protection and only call the callback if it did not recurse.
/linux/kernel/trace/
A DKconfig833 bool "Record functions that recurse in function tracing"
858 bool "Record functions that recurse in the ring buffer"
/linux/Documentation/security/keys/
A Dcore.rst223 only recurse into nested keyrings that have search permission set.
1243 bool recurse)
1245 This searches the specified keyring only (recurse == false) or keyring tree
1246 (recurse == true) specified for a matching key. Error ENOKEY is returned
/linux/net/core/
A Ddev.c9175 bool recurse) in dev_get_port_parent_id() argument
9190 if (!recurse || err != -EOPNOTSUPP) in dev_get_port_parent_id()
/linux/arch/x86/
A DKconfig760 is disabled then wchan values will recurse back to the

Completed in 71 milliseconds