Searched refs:pace (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/fs/ksmbd/ |
D | smbacl.c | 301 struct posix_acl_entry *pace) in posix_state_to_acl() argument 305 pace->e_tag = ACL_USER_OBJ; in posix_state_to_acl() 306 pace->e_perm = state->owner.allow; in posix_state_to_acl() 308 pace++; in posix_state_to_acl() 309 pace->e_tag = ACL_USER; in posix_state_to_acl() 310 pace->e_uid = state->users->aces[i].uid; in posix_state_to_acl() 311 pace->e_perm = state->users->aces[i].perms.allow; in posix_state_to_acl() 314 pace++; in posix_state_to_acl() 315 pace->e_tag = ACL_GROUP_OBJ; in posix_state_to_acl() 316 pace->e_perm = state->group.allow; in posix_state_to_acl() [all …]
|
D | smbacl.h | 201 struct posix_acl_entry *pace); 215 struct posix_acl_entry *pace) in posix_acl_uid_translate() argument 220 vfsuid = make_vfsuid(mnt_userns, &init_user_ns, pace->e_uid); in posix_acl_uid_translate() 227 struct posix_acl_entry *pace) in posix_acl_gid_translate() argument 232 vfsgid = make_vfsgid(mnt_userns, &init_user_ns, pace->e_gid); in posix_acl_gid_translate()
|
D | vfs.c | 1880 struct posix_acl_entry *pace; in ksmbd_vfs_inherit_posix_acl() local 1889 pace = acls->a_entries; in ksmbd_vfs_inherit_posix_acl() 1891 for (i = 0; i < acls->a_count; i++, pace++) { in ksmbd_vfs_inherit_posix_acl() 1892 if (pace->e_tag == ACL_MASK) { in ksmbd_vfs_inherit_posix_acl() 1893 pace->e_perm = 0x07; in ksmbd_vfs_inherit_posix_acl()
|
/linux-6.1.9/fs/nfsd/ |
D | nfs4acl.c | 493 struct posix_acl_entry *pace; in posix_state_to_acl() local 519 pace = pacl->a_entries; in posix_state_to_acl() 520 pace->e_tag = ACL_USER_OBJ; in posix_state_to_acl() 521 low_mode_from_nfs4(state->owner.allow, &pace->e_perm, flags); in posix_state_to_acl() 524 pace++; in posix_state_to_acl() 525 pace->e_tag = ACL_USER; in posix_state_to_acl() 527 &pace->e_perm, flags); in posix_state_to_acl() 528 pace->e_uid = state->users->aces[i].uid; in posix_state_to_acl() 532 pace++; in posix_state_to_acl() 533 pace->e_tag = ACL_GROUP_OBJ; in posix_state_to_acl() [all …]
|
/linux-6.1.9/include/trace/events/ |
D | mptcp.h | 28 __field(u32, pace) 47 __entry->pace = 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-6.1.9/fs/cifs/ |
D | cifsacl.c | 721 static void dump_ace(struct cifs_ace *pace, char *end_of_acl) in dump_ace() argument 727 if (le16_to_cpu(pace->size) < 16) { in dump_ace() 728 cifs_dbg(VFS, "ACE too small %d\n", le16_to_cpu(pace->size)); in dump_ace() 732 if (end_of_acl < (char *)pace + le16_to_cpu(pace->size)) { in dump_ace() 737 num_subauth = pace->sid.num_subauth; in dump_ace() 741 pace->sid.revision, pace->sid.num_subauth, pace->type, in dump_ace() 742 pace->flags, le16_to_cpu(pace->size)); in dump_ace() 745 i, le32_to_cpu(pace->sid.sub_auth[i])); in dump_ace()
|
D | cifsproto.h | 229 extern unsigned int setup_authusers_ACE(struct cifs_ace *pace); 230 extern unsigned int setup_special_mode_ACE(struct cifs_ace *pace, __u64 nmode); 231 extern unsigned int setup_special_user_owner_ACE(struct cifs_ace *pace);
|
/linux-6.1.9/drivers/media/platform/st/sti/bdisp/ |
D | bdisp-reg.h | 77 u32 pace; member
|
/linux-6.1.9/net/mptcp/ |
D | protocol.c | 1414 u32 pace, burst, wmem; in mptcp_subflow_get_send() local 1451 pace = subflow->avg_pacing_rate; in mptcp_subflow_get_send() 1452 if (unlikely(!pace)) { in mptcp_subflow_get_send() 1455 pace = subflow->avg_pacing_rate; in mptcp_subflow_get_send() 1456 if (!pace) in mptcp_subflow_get_send() 1460 linger_time = div_u64((u64)READ_ONCE(ssk->sk_wmem_queued) << 32, pace); in mptcp_subflow_get_send()
|
/linux-6.1.9/Documentation/process/ |
D | stable-api-nonsense.rst | 108 Linux kernel development is continuous and at a rapid pace, never
|
/linux-6.1.9/Documentation/scheduler/ |
D | sched-deadline.rst | 208 It does so by decrementing the runtime of the executing task Ti at a pace equal
|
/linux-6.1.9/init/ |
D | Kconfig | 1230 The time will keep going with the same pace.
|