Searched refs:pace (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/smb/server/ |
| A D | smbacl.c | 308 pace++; in posix_state_to_acl() 309 pace->e_tag = ACL_USER; in posix_state_to_acl() 314 pace++; in posix_state_to_acl() 319 pace++; in posix_state_to_acl() 326 pace++; in posix_state_to_acl() 327 pace->e_tag = ACL_MASK; in posix_state_to_acl() 331 pace++; in posix_state_to_acl() 332 pace->e_tag = ACL_OTHER; in posix_state_to_acl() 642 (pace->e_tag == ACL_USER || pace->e_tag == ACL_GROUP)) { in set_posix_acl_entries_dacl() 760 pace->sid.sub_auth[pace->sid.num_subauth++] = cpu_to_le32(uid); in set_mode_dacl() [all …]
|
| 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()
|
| A D | vfs.c | 1927 struct posix_acl_entry *pace; in ksmbd_vfs_inherit_posix_acl() local 1938 pace = acls->a_entries; in ksmbd_vfs_inherit_posix_acl() 1940 for (i = 0; i < acls->a_count; i++, pace++) { in ksmbd_vfs_inherit_posix_acl() 1941 if (pace->e_tag == ACL_MASK) { in ksmbd_vfs_inherit_posix_acl() 1942 pace->e_perm = 0x07; in ksmbd_vfs_inherit_posix_acl()
|
| /linux/fs/nfsd/ |
| A D | nfs4acl.c | 518 pace = pacl->a_entries; in posix_state_to_acl() 523 pace++; in posix_state_to_acl() 524 pace->e_tag = ACL_USER; in posix_state_to_acl() 526 &pace->e_perm, flags); in posix_state_to_acl() 531 pace++; in posix_state_to_acl() 537 pace++; in posix_state_to_acl() 538 pace->e_tag = ACL_GROUP; in posix_state_to_acl() 546 pace++; in posix_state_to_acl() 547 pace->e_tag = ACL_MASK; in posix_state_to_acl() 551 pace++; in posix_state_to_acl() [all …]
|
| /linux/include/trace/events/ |
| A D | mptcp.h | 28 __field(u32, pace) 47 __entry->pace = READ_ONCE(ssk->sk_pacing_rate); 50 __entry->pace = 0; 53 if (ssk && sk_fullsock(ssk) && __entry->pace) 54 __entry->ratio = div_u64((u64)ssk->sk_wmem_queued << 32, __entry->pace); 61 __entry->snd_wnd, __entry->pace,
|
| /linux/fs/smb/client/ |
| 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()
|
| A D | cifsproto.h | 246 extern unsigned int setup_authusers_ACE(struct smb_ace *pace); 247 extern unsigned int setup_special_mode_ACE(struct smb_ace *pace, __u64 nmode); 248 extern unsigned int setup_special_user_owner_ACE(struct smb_ace *pace);
|
| /linux/drivers/media/platform/st/sti/bdisp/ |
| A D | bdisp-reg.h | 77 u32 pace; member
|
| /linux/net/mptcp/ |
| A D | protocol.c | 1430 u32 pace, burst, wmem; in mptcp_subflow_get_send() local 1452 pace = subflow->avg_pacing_rate; in mptcp_subflow_get_send() 1453 if (unlikely(!pace)) { in mptcp_subflow_get_send() 1456 pace = subflow->avg_pacing_rate; in mptcp_subflow_get_send() 1457 if (!pace) in mptcp_subflow_get_send() 1461 linger_time = div_u64((u64)READ_ONCE(ssk->sk_wmem_queued) << 32, pace); in mptcp_subflow_get_send()
|
| /linux/Documentation/process/ |
| A D | stable-api-nonsense.rst | 108 Linux kernel development is continuous and at a rapid pace, never
|
| /linux/Documentation/scheduler/ |
| A D | sched-deadline.rst | 211 It does so by decrementing the runtime of the executing task Ti at a pace equal
|
| /linux/init/ |
| A D | Kconfig | 1279 The time will keep going with the same pace.
|
Completed in 34 milliseconds