Searched refs:recurse (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/thunderbolt/
H A Dproperty.c310 bool recurse, size_t *data_len)
325 if (recurse) {
327 property->value.dir, recurse, data_len);
719 * Finds and returns property from the given directory. Does not recurse
309 tb_property_dir_length(const struct tb_property_dir *dir, bool recurse, size_t *data_len) argument
/linux-master/net/netfilter/
H A Dnf_log_syslog.c441 if (!iphoff) { /* Only recurse once. */
536 int recurse)
746 if (recurse) {
767 if ((logflags & NF_LOG_UID) && recurse)
771 if (recurse && skb->mark)
533 dump_ipv6_packet(struct net *net, struct nf_log_buf *m, const struct nf_loginfo *info, const struct sk_buff *skb, unsigned int ip6hoff, int recurse) argument
/linux-master/arch/mips/kernel/
H A Dscall64-o32.S198 beqz t0, einval # do not recurse
H A Dscall32-o32.S186 beqz t0, einval # do not recurse
/linux-master/fs/
H A Dnamespace.c87 bool recurse; member in struct:mount_kattr
2189 static int invent_group_ids(struct mount *mnt, bool recurse) argument
2193 for (p = mnt; p; p = recurse ? next_mnt(p, mnt) : NULL) {
2553 int recurse = ms_flags & MS_REC; local
2566 err = invent_group_ids(mnt, recurse);
2572 for (m = mnt; m; m = (recurse ? next_mnt(m, mnt) : NULL))
2581 static struct mount *__do_loopback(struct path *old_path, int recurse) argument
2591 if (!recurse && has_locked_children(old, old_path->dentry))
2594 if (recurse)
2609 int recurse)
2608 do_loopback(struct path *path, const char *old_name, int recurse) argument
[all...]
/linux-master/include/linux/
H A Dkey.h437 bool recurse);
H A Dnetdevice.h3961 struct netdev_phys_item_id *ppid, bool recurse);
/linux-master/arch/x86/kernel/cpu/mce/
H A Damd.c1136 goto recurse;
1143 goto recurse;
1175 recurse:
/linux-master/fs/xfs/libxfs/
H A Dxfs_iext_tree.c261 recurse:
271 goto recurse;
777 * recurse up to the next level.
/linux-master/security/keys/
H A Dkeyring.c932 * @recurse: True to search the children of @keyring also
940 bool recurse)
955 if (recurse)
937 keyring_search(key_ref_t keyring, struct key_type *type, const char *description, bool recurse) argument
/linux-master/net/core/
H A Ddev.c9064 * @recurse: allow/disallow recursion to lower devices
9070 bool recurse)
9085 if (!recurse || err != -EOPNOTSUPP)
9068 dev_get_port_parent_id(struct net_device *dev, struct netdev_phys_item_id *ppid, bool recurse) argument

Completed in 247 milliseconds