Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dsmbacl.c319 struct posix_acl_entry *pace) in posix_state_to_acl() argument
323 pace->e_tag = ACL_USER_OBJ; in posix_state_to_acl()
324 pace->e_perm = state->owner.allow; in posix_state_to_acl()
326 pace++; in posix_state_to_acl()
327 pace->e_tag = ACL_USER; in posix_state_to_acl()
328 pace->e_uid = state->users->aces[i].uid; in posix_state_to_acl()
329 pace->e_perm = state->users->aces[i].perms.allow; in posix_state_to_acl()
332 pace++; in posix_state_to_acl()
333 pace->e_tag = ACL_GROUP_OBJ; in posix_state_to_acl()
334 pace->e_perm = state->group.allow; in posix_state_to_acl()
[all …]
H A Dsmbacl.h92 struct posix_acl_entry *pace);
108 struct posix_acl_entry *pace) in posix_acl_uid_translate() argument
113 vfsuid = make_vfsuid(idmap, &init_user_ns, pace->e_uid); in posix_acl_uid_translate()
120 struct posix_acl_entry *pace) in posix_acl_gid_translate() argument
125 vfsgid = make_vfsgid(idmap, &init_user_ns, pace->e_gid); in posix_acl_gid_translate()
/linux/include/trace/events/
H A Dmptcp.h34 __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);
67 __entry->snd_wnd, __entry->pace,
/linux/fs/smb/client/
H A Dcifsacl.c802 static void dump_ace(struct smb_ace *pace, char *end_of_acl) in dump_ace() argument
808 if (le16_to_cpu(pace->size) < 16) { in dump_ace()
809 cifs_dbg(VFS, "ACE too small %d\n", le16_to_cpu(pace->size)); in dump_ace()
813 if (end_of_acl < (char *)pace + le16_to_cpu(pace->size)) { in dump_ace()
818 num_subauth = pace->sid.num_subauth; in dump_ace()
822 pace->sid.revision, pace->sid.num_subauth, pace->type, in dump_ace()
823 pace->flags, le16_to_cpu(pace->size)); in dump_ace()
826 i, le32_to_cpu(pace->sid.sub_auth[i])); in dump_ace()
842 struct smb_ace *pace; in validate_dacl() local
881 pace = (struct smb_ace *)(acl_base + ace_size); in validate_dacl()
[all …]
/linux/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-reg.h77 u32 pace; member
/linux/net/mptcp/
H A Dprotocol.c1592 u32 pace, burst, wmem; in mptcp_subflow_get_send() local
1614 pace = subflow->avg_pacing_rate; in mptcp_subflow_get_send()
1615 if (unlikely(!pace)) { in mptcp_subflow_get_send()
1618 pace = subflow->avg_pacing_rate; in mptcp_subflow_get_send()
1619 if (!pace) in mptcp_subflow_get_send()
1623 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 DKconfig1425 The time will keep going with the same pace.