/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | locking.h | 93 bool recurse); 104 bool recurse);
|
H A D | locking.c | 248 bool recurse) in __btrfs_tree_read_lock() 267 WARN_ON(!recurse); in __btrfs_tree_read_lock() 568 bool recurse) in __btrfs_read_lock_root_node() 574 __btrfs_tree_read_lock(eb, BTRFS_NESTING_NORMAL, recurse); in __btrfs_read_lock_root_node() 247 __btrfs_tree_read_lock(struct extent_buffer *eb, enum btrfs_lock_nesting nest, bool recurse) __btrfs_tree_read_lock() argument 567 __btrfs_read_lock_root_node(struct btrfs_root *root, bool recurse) __btrfs_read_lock_root_node() argument
|
H A D | ctree.c | 2644 b = __btrfs_read_lock_root_node(root, p->recurse); in btrfs_search_slot_get_root() 2932 p->recurse); in btrfs_search_slot() 5568 path->recurse); in btrfs_next_old_leaf() 5605 path->recurse); in btrfs_next_old_leaf()
|
H A D | ctree.h | 377 unsigned int recurse:1; member
|
/kernel/linux/linux-5.10/net/ipv6/netfilter/ |
H A D | nf_log_ipv6.c | 39 int recurse) in dump_ipv6_packet() 256 if (recurse) { in dump_ipv6_packet() 277 if ((logflags & NF_LOG_UID) && recurse) in dump_ipv6_packet() 281 if (recurse && skb->mark) in dump_ipv6_packet() 36 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) dump_ipv6_packet() argument
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | property.c | 310 bool recurse, size_t *data_len) in tb_property_dir_length() 325 if (recurse) { in tb_property_dir_length() 327 property->value.dir, recurse, data_len); in tb_property_dir_length() 648 * 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) tb_property_dir_length() argument
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | property.c | 310 bool recurse, size_t *data_len) in tb_property_dir_length() 325 if (recurse) { in tb_property_dir_length() 327 property->value.dir, recurse, data_len); in tb_property_dir_length() 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) tb_property_dir_length() argument
|
/kernel/linux/linux-6.6/fs/ |
H A D | namespace.c | 83 bool recurse; member 2187 static int invent_group_ids(struct mount *mnt, bool recurse) in invent_group_ids() argument 2191 for (p = mnt; p; p = recurse ? next_mnt(p, mnt) : NULL) { in invent_group_ids() 2547 int recurse = ms_flags & MS_REC; in do_change_type() local 2560 err = invent_group_ids(mnt, recurse); in do_change_type() 2566 for (m = mnt; m; m = (recurse ? next_mnt(m, mnt) : NULL)) in do_change_type() 2575 static struct mount *__do_loopback(struct path *old_path, int recurse) in __do_loopback() argument 2585 if (!recurse && has_locked_children(old, old_path->dentry)) in __do_loopback() 2588 if (recurse) in __do_loopback() 2603 int recurse) in do_loopback() 2602 do_loopback(struct path *path, const char *old_name, int recurse) do_loopback() argument [all...] |
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_log_syslog.c | 441 if (!iphoff) { /* Only recurse once. */ in dump_ipv4_packet() 536 int recurse) in dump_ipv6_packet() 746 if (recurse) { in dump_ipv6_packet() 767 if ((logflags & NF_LOG_UID) && recurse) in dump_ipv6_packet() 771 if (recurse && skb->mark) in dump_ipv6_packet() 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) dump_ipv6_packet() argument
|
/kernel/linux/linux-5.10/fs/ |
H A D | namespace.c | 2034 static int invent_group_ids(struct mount *mnt, bool recurse) in invent_group_ids() argument 2038 for (p = mnt; p; p = recurse ? next_mnt(p, mnt) : NULL) { in invent_group_ids() 2302 int recurse = ms_flags & MS_REC; in do_change_type() local 2315 err = invent_group_ids(mnt, recurse); in do_change_type() 2321 for (m = mnt; m; m = (recurse ? next_mnt(m, mnt) : NULL)) in do_change_type() 2330 static struct mount *__do_loopback(struct path *old_path, int recurse) in __do_loopback() argument 2340 if (!recurse && has_locked_children(old, old_path->dentry)) in __do_loopback() 2343 if (recurse) in __do_loopback() 2358 int recurse) in do_loopback() 2384 mnt = __do_loopback(&old_path, recurse); in do_loopback() 2357 do_loopback(struct path *path, const char *old_name, int recurse) do_loopback() argument [all...] |
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | scall32-o32.S | 186 beqz t0, einval # do not recurse
|
H A D | scall64-o32.S | 197 beqz t0, einval # do not recurse
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | scall64-o32.S | 197 beqz t0, einval # do not recurse
|
H A D | scall32-o32.S | 183 beqz t0, einval # do not recurse
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | key.h | 423 bool recurse);
|
H A D | netdevice.h | 3945 struct netdev_phys_item_id *ppid, bool recurse);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | key.h | 437 bool recurse);
|
H A D | netdevice.h | 3963 struct netdev_phys_item_id *ppid, bool recurse);
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/ |
H A D | amd.c | 1253 goto recurse; in allocate_threshold_blocks() 1260 goto recurse; in allocate_threshold_blocks() 1292 recurse: in allocate_threshold_blocks()
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/ |
H A D | amd.c | 1086 goto recurse; in allocate_threshold_blocks() 1093 goto recurse; in allocate_threshold_blocks() 1125 recurse: in allocate_threshold_blocks()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_iext_tree.c | 261 recurse: in xfs_iext_prev() 271 goto recurse; in xfs_iext_prev() 760 * recurse up to the next level. in xfs_iext_remove_node()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_iext_tree.c | 261 recurse: in xfs_iext_prev() 271 goto recurse; in xfs_iext_prev() 760 * recurse up to the next level. in xfs_iext_remove_node()
|
/kernel/linux/linux-5.10/security/keys/ |
H A D | keyring.c | 932 * @recurse: True to search the children of @keyring also 940 bool recurse) in keyring_search() 955 if (recurse) in keyring_search() 937 keyring_search(key_ref_t keyring, struct key_type *type, const char *description, bool recurse) keyring_search() argument
|
/kernel/linux/linux-6.6/security/keys/ |
H A D | keyring.c | 932 * @recurse: True to search the children of @keyring also 940 bool recurse) in keyring_search() 955 if (recurse) in keyring_search() 937 keyring_search(key_ref_t keyring, struct key_type *type, const char *description, bool recurse) keyring_search() argument
|
/kernel/linux/linux-5.10/net/core/ |
H A D | dev.c | 8880 * @recurse: allow/disallow recursion to lower devices 8886 bool recurse) in dev_get_port_parent_id() 8904 if (!recurse) in dev_get_port_parent_id() 8908 err = dev_get_port_parent_id(lower_dev, ppid, recurse); in dev_get_port_parent_id() 8884 dev_get_port_parent_id(struct net_device *dev, struct netdev_phys_item_id *ppid, bool recurse) dev_get_port_parent_id() argument
|