Searched refs:set_owner (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/usb/host/ |
D | ehci-sysfs.c | 59 set_owner(ehci, portnum, new_owner); in companion_store()
|
D | ehci-hub.c | 537 static void set_owner(struct ehci_hcd *ehci, int portnum, int new_owner) in set_owner() function 1185 set_owner(ehci, --portnum, PORT_OWNER); in ehci_relinquish_port()
|
/linux-6.1.9/fs/cifs/ |
D | smb2pdu.c | 2422 create_sd_buf(umode_t mode, bool set_owner, unsigned int *len) in create_sd_buf() argument 2433 if (set_owner) { in create_sd_buf() 2443 if (set_owner) { in create_sd_buf() 2485 if (set_owner) { in create_sd_buf() 2512 add_sd_context(struct kvec *iov, unsigned int *num_iovec, umode_t mode, bool set_owner) in add_sd_context() argument 2518 iov[num].iov_base = create_sd_buf(mode, set_owner, &len); in add_sd_context() 2918 bool set_owner; in SMB2_open_init() local 2929 set_owner = true; in SMB2_open_init() 2931 set_owner = false; in SMB2_open_init() 2933 if (set_owner | set_mode) { in SMB2_open_init() [all …]
|