Searched refs:recurse (Results 1 – 16 of 16) sorted by relevance
| /linux/drivers/thunderbolt/ |
| A D | property.c | 310 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 D | namespace.c | 82 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 D | nf_log_syslog.c | 530 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 D | scall32-o32.S | 184 beqz t0, einval # do not recurse
|
| A D | scall64-o32.S | 197 beqz t0, einval # do not recurse
|
| /linux/Documentation/core-api/ |
| A D | gfp_mask-from-fs-io.rst | 36 mask so no memory allocation can recurse back in the FS/IO.
|
| /linux/arch/x86/kernel/cpu/mce/ |
| A D | amd.c | 1260 goto recurse; in allocate_threshold_blocks() 1267 goto recurse; in allocate_threshold_blocks() 1299 recurse: in allocate_threshold_blocks()
|
| /linux/include/linux/ |
| A D | key.h | 423 bool recurse);
|
| A D | netdevice.h | 4080 struct netdev_phys_item_id *ppid, bool recurse);
|
| /linux/fs/xfs/libxfs/ |
| A D | xfs_iext_tree.c | 261 recurse: in xfs_iext_prev() 271 goto recurse; in xfs_iext_prev()
|
| /linux/security/keys/ |
| A D | keyring.c | 940 bool recurse) in keyring_search() argument 955 if (recurse) in keyring_search()
|
| /linux/Documentation/trace/ |
| A D | ftrace-uses.rst | 188 protection and only call the callback if it did not recurse.
|
| /linux/kernel/trace/ |
| A D | Kconfig | 833 bool "Record functions that recurse in function tracing" 858 bool "Record functions that recurse in the ring buffer"
|
| /linux/Documentation/security/keys/ |
| A D | core.rst | 223 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 D | dev.c | 9175 bool recurse) in dev_get_port_parent_id() argument 9190 if (!recurse || err != -EOPNOTSUPP) in dev_get_port_parent_id()
|
| /linux/arch/x86/ |
| A D | Kconfig | 760 is disabled then wchan values will recurse back to the
|
Completed in 71 milliseconds