Searched full:connectable (Results 1 – 15 of 15) sorted by relevance
/linux/fs/overlayfs/ |
H A D | export.c | 40 * "layer N connectable". If an ancestor that is NOT "layer N connectable" is 41 * found, we need to copy up an ancestor, which is "layer N connectable", thus 47 * The overlay dentry /a is NOT "layer 2 connectable", because if dir /a is 54 * /a/b/c, which is "layer 2 connectable", on encode time. That ancestor is 64 * example above, /a will be "layer 2 connectable". However, if layer 2 dir /a 65 * is a target of a layer 1 redirect, then /a will NOT be "layer 2 connectable": 71 /* Return the lowest layer for encoding a connectable file handle */ 81 * If it's an unindexed merge dir, then it's not connectable with any in ovl_connectable_layer() 95 * copy up a "connectable" ancestor to make it "connected". A "connected" dentry 115 /* Find the topmost origin layer connectable ancestor of @dentry */ in ovl_connect_layer() [all …]
|
H A D | copy_up.c | 436 * We encode a non-connectable file handle for non-dir, because we in ovl_encode_real_fh()
|
/linux/fs/ |
H A D | fhandle.c | 35 * A request to encode a connectable handle for a disconnected dentry in do_sys_name_to_handle() 56 /* Encode a possibly decodeable/connectable file handle */ in do_sys_name_to_handle() 80 * When asked to encode a connectable file handle, encode this in do_sys_name_to_handle() 86 * decoding connectable non-directory file handles. in do_sys_name_to_handle() 148 * connectable file handle, because its parent is unknown. in SYSCALL_DEFINE5()
|
/linux/net/bluetooth/ |
H A D | hci_sync.c | 970 static bool is_advertising_allowed(struct hci_dev *hdev, bool connectable) in is_advertising_allowed() argument 978 /* Peripheral connection state and non connectable mode in is_advertising_allowed() 981 if (!connectable && !(hdev->le_states[2] & 0x10)) in is_advertising_allowed() 984 /* Peripheral connection state and connectable mode bit 38 in is_advertising_allowed() 987 if (connectable && (!(hdev->le_states[4] & 0x40) || in is_advertising_allowed() 994 /* Central connection state and non connectable mode bit 18. */ in is_advertising_allowed() 995 if (!connectable && !(hdev->le_states[2] & 0x02)) in is_advertising_allowed() 998 /* Central connection state and connectable mode bit 35 and in is_advertising_allowed() 1001 if (connectable && (!(hdev->le_states[4] & 0x08) || in is_advertising_allowed() 1093 * scanning and non-connectable advertising. in hci_update_random_address_sync() [all …]
|
H A D | hci_event.c | 3395 * as auto-connectable. in hci_disconn_complete_evt() 5919 /* If the event is not connectable don't proceed further */ in check_pending_le_conn() 5936 /* If we're not connectable only connect devices that we have in in check_pending_le_conn() 6135 * know if the remote device is connectable or not. However in process_adv_report()
|
H A D | hci_core.c | 720 /* Ensure that the connectable and discoverable states in hci_dev_cmd() 1808 * corresponds to the "connectable" instance flag. in hci_adv_instance_flags()
|
/linux/Documentation/devicetree/bindings/iio/imu/ |
H A D | bosch,bmi160.yaml | 14 connectable Magnetometer
|
/linux/tools/perf/trace/beauty/include/uapi/linux/ |
H A D | fcntl.h | 156 #define AT_HANDLE_CONNECTABLE 0x002 /* Request a connectable file handle */
|
/linux/include/uapi/linux/ |
H A D | fcntl.h | 156 #define AT_HANDLE_CONNECTABLE 0x002 /* Request a connectable file handle */
|
/linux/fs/ocfs2/ |
H A D | ocfs2_trace.h | 2541 void *fh, int len, int connectable), 2542 TP_ARGS(dentry, name_len, name, fh, len, connectable), 2549 __field(int, connectable) 2557 __entry->connectable = connectable; 2561 __entry->connectable)
|
/linux/include/linux/ |
H A D | exportfs.h | 203 * file referred to by the &struct dentry @de. If @flag has CONNECTABLE bit
|
/linux/Documentation/driver-api/usb/ |
H A D | power-management.rst | 709 ``hotplug`` indicates an externally connectable/visible 715 connectable. Examples are internal ports for USB
|
/linux/tools/testing/selftests/pidfd/ |
H A D | pidfd_file_handle_test.c | 453 * Test that AT_HANDLE_CONNECTABLE is rejected. Connectable file handles
|
/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | lib.c | 529 "0x%X, Inquiry = 0x%X, Connectable = 0x%X\n", in iwlagn_print_uartmsg()
|
/linux/drivers/hwmon/ |
H A D | nct6775-core.c | 40 * the number of directly connectable temperature sensors (second value).
|