Searched refs:set_owner (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/usb/host/ |
| H A D | ehci-sysfs.c | 55 set_owner(ehci, portnum, new_owner); in companion_store()
|
| H A D | ehci-hub.c | 537 static void set_owner(struct ehci_hcd *ehci, int portnum, int new_owner) in set_owner() function 1193 set_owner(ehci, --portnum, PORT_OWNER); in ehci_relinquish_port()
|
| /linux/fs/smb/client/ |
| H A D | smb2pdu.c | 2684 create_sd_buf(umode_t mode, bool set_owner, unsigned int *len) in create_sd_buf() argument 2695 if (set_owner) { in create_sd_buf() 2705 if (set_owner) { in create_sd_buf() 2747 if (set_owner) { in create_sd_buf() 2774 add_sd_context(struct kvec *iov, unsigned int *num_iovec, umode_t mode, bool set_owner) in add_sd_context() argument 2779 iov[num].iov_base = create_sd_buf(mode, set_owner, &len); in add_sd_context() 3185 bool set_owner; in SMB2_open_init() local 3195 set_owner = sbflags & CIFS_MOUNT_UID_FROM_ACL; in SMB2_open_init() 3196 if (set_owner | set_mode) { in SMB2_open_init() 3198 rc = add_sd_context(iov, &n_iov, oparms->mode, set_owner); in SMB2_open_init()
|