Home
last modified time | relevance | path

Searched refs:pace (Results 1 – 10 of 10) sorted by relevance

/linux/fs/smb/server/
H A Dsmbacl.c301 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 …]
H A Dsmbacl.h92 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 Dvfs.c1921 struct posix_acl_entry *pace; in ksmbd_vfs_inherit_posix_acl() local
1932 pace = acls->a_entries; in ksmbd_vfs_inherit_posix_acl()
1934 for (i = 0; i < acls->a_count; i++, pace++) { in ksmbd_vfs_inherit_posix_acl()
1935 if (pace->e_tag == ACL_MASK) { in ksmbd_vfs_inherit_posix_acl()
1936 pace->e_perm = 0x07; in ksmbd_vfs_inherit_posix_acl()
/linux/include/trace/events/
H A Dmptcp.h28 __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/
H A Dcifsacl.c726 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()
H A Dcifsproto.h246 extern unsigned int setup_authusers_ACE(struct smb_ace *pace);
247 extern unsigned int setup_special_mode_ACE(struct smb_ace *pace,
250 extern unsigned int setup_special_user_owner_ACE(struct smb_ace *pace);
/linux/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-reg.h77 u32 pace; member
/linux/net/mptcp/
H A Dprotocol.c1431 u32 pace, burst, wmem; in mptcp_subflow_get_send() local
1453 pace = subflow->avg_pacing_rate; in mptcp_subflow_get_send()
1454 if (unlikely(!pace)) { in mptcp_subflow_get_send()
1457 pace = subflow->avg_pacing_rate; in mptcp_subflow_get_send()
1458 if (!pace) in mptcp_subflow_get_send()
1462 linger_time = div_u64((u64)READ_ONCE(ssk->sk_wmem_queued) << 32, pace); in mptcp_subflow_get_send()
/linux/Documentation/process/
H A Dstable-api-nonsense.rst108 Linux kernel development is continuous and at a rapid pace, never
/linux/init/
H A DKconfig1302 The time will keep going with the same pace.