Home
last modified time | relevance | path

Searched full:connectable (Results 1 – 25 of 35) sorted by relevance

12

/kernel/linux/linux-5.10/fs/overlayfs/
Dexport.c45 * "layer N connectable". If an ancestor that is NOT "layer N connectable" is
46 * found, we need to copy up an ancestor, which is "layer N connectable", thus
52 * The overlay dentry /a is NOT "layer 2 connectable", because if dir /a is
59 * /a/b/c, which is "layer 2 connectable", on encode time. That ancestor is
69 * example above, /a will be "layer 2 connectable". However, if layer 2 dir /a
70 * is a target of a layer 1 redirect, then /a will NOT be "layer 2 connectable":
76 /* Return the lowest layer for encoding a connectable file handle */
86 * If it's an unindexed merge dir, then it's not connectable with any in ovl_connectable_layer()
100 * copy up a "connectable" ancestor to make it "connected". A "connected" dentry
119 /* Find the topmost origin layer connectable ancestor of @dentry */ in ovl_connect_layer()
[all …]
Dcopy_up.c296 * We encode a non-connectable file handle for non-dir, because we in ovl_encode_real_fh()
/kernel/linux/linux-6.6/fs/overlayfs/
Dexport.c45 * "layer N connectable". If an ancestor that is NOT "layer N connectable" is
46 * found, we need to copy up an ancestor, which is "layer N connectable", thus
52 * The overlay dentry /a is NOT "layer 2 connectable", because if dir /a is
59 * /a/b/c, which is "layer 2 connectable", on encode time. That ancestor is
69 * example above, /a will be "layer 2 connectable". However, if layer 2 dir /a
70 * is a target of a layer 1 redirect, then /a will NOT be "layer 2 connectable":
76 /* Return the lowest layer for encoding a connectable file handle */
86 * If it's an unindexed merge dir, then it's not connectable with any in ovl_connectable_layer()
100 * copy up a "connectable" ancestor to make it "connected". A "connected" dentry
120 /* Find the topmost origin layer connectable ancestor of @dentry */ in ovl_connect_layer()
[all …]
Dcopy_up.c392 * We encode a non-connectable file handle for non-dir, because we in ovl_encode_real_fh()
/kernel/linux/linux-5.10/net/bluetooth/
Dhci_request.c1417 * corresponds to the "connectable" instance flag. in get_adv_instance_flags()
1462 static bool is_advertising_allowed(struct hci_dev *hdev, bool connectable) in is_advertising_allowed() argument
1470 /* Slave connection state and non connectable mode bit 20. */ in is_advertising_allowed()
1471 if (!connectable && !(hdev->le_states[2] & 0x10)) in is_advertising_allowed()
1474 /* Slave connection state and connectable mode bit 38 in is_advertising_allowed()
1477 if (connectable && (!(hdev->le_states[4] & 0x40) || in is_advertising_allowed()
1484 /* Master connection state and non connectable mode bit 18. */ in is_advertising_allowed()
1485 if (!connectable && !(hdev->le_states[2] & 0x02)) in is_advertising_allowed()
1488 /* Master connection state and connectable mode bit 35 and in is_advertising_allowed()
1491 if (connectable && (!(hdev->le_states[4] & 0x08) || in is_advertising_allowed()
[all …]
Dhci_event.c5401 /* If the event is not connectable don't proceed further */ in check_pending_le_conn()
5417 /* If we're not connectable only connect devices that we have in in check_pending_le_conn()
5599 /* When receiving non-connectable or scannable undirected in process_adv_report()
5601 * not connectable and then clearly indicate this in the in process_adv_report()
5605 * know if the remote device is connectable or not. However in process_adv_report()
5612 * not connectable as well. in process_adv_report()
/kernel/linux/linux-6.6/drivers/usb/core/
Dusb-acpi.c155 * is user visible and _UPC indicates whether it is connectable. If in usb_acpi_get_connect_type()
156 * the port was visible and connectable, it could be freely connected in usb_acpi_get_connect_type()
157 * and disconnected with USB devices. If no visible and connectable, in usb_acpi_get_connect_type()
159 * no connectable, the port would be not used. in usb_acpi_get_connect_type()
/kernel/linux/linux-5.10/drivers/usb/core/
Dusb-acpi.c159 * is user visible and _UPC indicates whether it is connectable. If in usb_acpi_get_connect_type()
160 * the port was visible and connectable, it could be freely connected in usb_acpi_get_connect_type()
161 * and disconnected with USB devices. If no visible and connectable, in usb_acpi_get_connect_type()
163 * no connectable, the port would be not used. in usb_acpi_get_connect_type()
/kernel/linux/linux-5.10/include/linux/
Dexportfs.h153 * file referred to by the &struct dentry @de. If the @connectable flag is
221 int *max_len, int connectable);
/kernel/linux/linux-6.6/net/bluetooth/
Dhci_sync.c988 static bool is_advertising_allowed(struct hci_dev *hdev, bool connectable) in is_advertising_allowed() argument
996 /* Peripheral connection state and non connectable mode in is_advertising_allowed()
999 if (!connectable && !(hdev->le_states[2] & 0x10)) in is_advertising_allowed()
1002 /* Peripheral connection state and connectable mode bit 38 in is_advertising_allowed()
1005 if (connectable && (!(hdev->le_states[4] & 0x40) || in is_advertising_allowed()
1012 /* Central connection state and non connectable mode bit 18. */ in is_advertising_allowed()
1013 if (!connectable && !(hdev->le_states[2] & 0x02)) in is_advertising_allowed()
1016 /* Central connection state and connectable mode bit 35 and in is_advertising_allowed()
1019 if (connectable && (!(hdev->le_states[4] & 0x08) || in is_advertising_allowed()
1111 * scanning and non-connectable advertising. in hci_update_random_address_sync()
[all …]
Dhci_request.c671 * scanning and non-connectable advertising. in hci_update_random_address()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/imu/
Dbosch,bmi160.yaml14 connectable Magnetometer
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/imu/
Dbosch,bmi160.yaml14 connectable Magnetometer
/kernel/liteos_m/testsuites/sample/posix/pthread/
DIt_posix_pthread_013.c95 /* When creating thread, it is set to connectable state, which is easy to transplant */ in Testcase()
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
DIt_posix_pthread_107.c101 /* When creating thread, it is set to connectable state, which is easy to transplant */ in Testcase()
/kernel/linux/linux-5.10/fs/exportfs/
Dexpfs.c398 int connectable) in exportfs_encode_fh() argument
404 if (connectable && !S_ISDIR(inode->i_mode)) { in exportfs_encode_fh()
/kernel/linux/linux-6.6/fs/ocfs2/
Dexport.c205 fh, len, connectable); in ocfs2_encode_fh()
Docfs2_trace.h2543 void *fh, int len, int connectable),
2544 TP_ARGS(dentry, name_len, name, fh, len, connectable),
2551 __field(int, connectable)
2559 __entry->connectable = connectable;
2563 __entry->connectable)
/kernel/linux/linux-5.10/fs/ocfs2/
Dexport.c207 fh, len, connectable); in ocfs2_encode_fh()
Docfs2_trace.h2542 void *fh, int len, int connectable),
2543 TP_ARGS(dentry, name_len, name, fh, len, connectable),
2550 __field(int, connectable)
2558 __entry->connectable = connectable;
2562 __entry->connectable)
/kernel/linux/linux-6.6/fs/
Dfhandle.c51 /* we ask for a non connectable maybe decodeable file handle */ in do_sys_name_to_handle()
/kernel/linux/linux-6.6/include/linux/
Dexportfs.h156 * file referred to by the &struct dentry @de. If @flag has CONNECTABLE bit
/kernel/linux/linux-5.10/Documentation/driver-api/usb/
Dpower-management.rst709 ``hotplug`` indicates an externally connectable/visible
715 connectable. Examples are internal ports for USB
/kernel/linux/linux-6.6/Documentation/driver-api/usb/
Dpower-management.rst709 ``hotplug`` indicates an externally connectable/visible
715 connectable. Examples are internal ports for USB
/kernel/linux/linux-5.10/Documentation/filesystems/
Doverlayfs.rst555 The overlay filesystem does not support non-directory connectable file

12