Searched refs:pace (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/smb/server/ |
| H A D | smbacl.c | 306 struct posix_acl_entry *pace) in posix_state_to_acl() argument 310 pace->e_tag = ACL_USER_OBJ; in posix_state_to_acl() 311 pace->e_perm = state->owner.allow; in posix_state_to_acl() 313 pace++; in posix_state_to_acl() 314 pace->e_tag = ACL_USER; in posix_state_to_acl() 315 pace->e_uid = state->users->aces[i].uid; in posix_state_to_acl() 316 pace->e_perm = state->users->aces[i].perms.allow; in posix_state_to_acl() 319 pace++; in posix_state_to_acl() 320 pace->e_tag = ACL_GROUP_OBJ; in posix_state_to_acl() 321 pace->e_perm = state->group.allow; in posix_state_to_acl() [all …]
|
| H A D | smbacl.h | 92 struct posix_acl_entry *pace); 106 struct posix_acl_entry *pace) in posix_acl_uid_translate() argument 111 vfsuid = make_vfsuid(idmap, &init_user_ns, pace->e_uid); in posix_acl_uid_translate() 118 struct posix_acl_entry *pace) in posix_acl_gid_translate() argument 123 vfsgid = make_vfsgid(idmap, &init_user_ns, pace->e_gid); in posix_acl_gid_translate()
|
| H A D | vfs.c | 1858 struct posix_acl_entry *pace; in ksmbd_vfs_inherit_posix_acl() local 1869 pace = acls->a_entries; in ksmbd_vfs_inherit_posix_acl() 1871 for (i = 0; i < acls->a_count; i++, pace++) { in ksmbd_vfs_inherit_posix_acl() 1872 if (pace->e_tag == ACL_MASK) { in ksmbd_vfs_inherit_posix_acl() 1873 pace->e_perm = 0x07; in ksmbd_vfs_inherit_posix_acl()
|
| /linux/include/trace/events/ |
| H A D | mptcp.h | 34 __field(u32, pace) 53 __entry->pace = READ_ONCE(ssk->sk_pacing_rate); 56 __entry->pace = 0; 59 if (ssk && sk_fullsock(ssk) && __entry->pace) 60 __entry->ratio = div_u64((u64)ssk->sk_wmem_queued << 32, __entry->pace); 65 TP_printk("active=%d free=%d snd_wnd=%u pace=%u backup=%u ratio=%llu", 67 __entry->snd_wnd, __entry->pace,
|
| /linux/fs/smb/client/ |
| H A D | cifsacl.c | 726 static void dump_ace(struct smb_ace *pace, char *end_of_acl) in dump_ace() argument 732 if (le16_to_cpu(pace->size) < 16) { in dump_ace() 733 cifs_dbg(VFS, "ACE too small %d\n", le16_to_cpu(pace->size)); in dump_ace() 737 if (end_of_acl < (char *)pace + le16_to_cpu(pace->size)) { in dump_ace() 742 num_subauth = pace->sid.num_subauth; in dump_ace() 746 pace->sid.revision, pace->sid.num_subauth, pace->type, in dump_ace() 747 pace->flags, le16_to_cpu(pace->size)); in dump_ace() 750 i, le32_to_cpu(pace->sid.sub_auth[i])); in dump_ace()
|
| /linux/drivers/media/platform/st/sti/bdisp/ |
| H A D | bdisp-reg.h | 77 u32 pace; member
|
| /linux/net/mptcp/ |
| H A D | protocol.c | 1460 u32 pace, burst, wmem; in mptcp_subflow_get_send() local 1482 pace = subflow->avg_pacing_rate; in mptcp_subflow_get_send() 1483 if (unlikely(!pace)) { in mptcp_subflow_get_send() 1486 pace = subflow->avg_pacing_rate; in mptcp_subflow_get_send() 1487 if (!pace) in mptcp_subflow_get_send() 1491 linger_time = div_u64((u64)READ_ONCE(ssk->sk_wmem_queued) << 32, pace); in mptcp_subflow_get_send()
|
| /linux/Documentation/process/ |
| H A D | stable-api-nonsense.rst | 108 Linux kernel development is continuous and at a rapid pace, never
|
| /linux/init/ |
| H A D | Kconfig | 1393 The time will keep going with the same pace.
|