Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/server/
H A Dsmbacl.c308 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 …]
H A Dsmbacl.h201 struct posix_acl_entry *pace);
215 struct posix_acl_entry *pace) in posix_acl_uid_translate() argument
220 vfsuid = make_vfsuid(idmap, &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(idmap, &init_user_ns, pace->e_gid); in posix_acl_gid_translate()
H A Dvfs.c1925 struct posix_acl_entry *pace; in ksmbd_vfs_inherit_posix_acl() local
1936 pace = acls->a_entries; in ksmbd_vfs_inherit_posix_acl()
1938 for (i = 0; i < acls->a_count; i++, pace++) { in ksmbd_vfs_inherit_posix_acl()
1939 if (pace->e_tag == ACL_MASK) { in ksmbd_vfs_inherit_posix_acl()
1940 pace->e_perm = 0x07; in ksmbd_vfs_inherit_posix_acl()
/openbmc/linux/fs/nfsd/
H A Dnfs4acl.c518 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 …]
/openbmc/linux/include/trace/events/
H A Dmptcp.h28 __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,
/openbmc/linux/fs/smb/client/
H A Dcifsacl.c726 static void dump_ace(struct cifs_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.h244 extern unsigned int setup_authusers_ACE(struct cifs_ace *pace);
245 extern unsigned int setup_special_mode_ACE(struct cifs_ace *pace, __u64 nmode);
246 extern unsigned int setup_special_user_owner_ACE(struct cifs_ace *pace);
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/
H A Dtrusted-firmware-a-corstone1000.inc30 # at a faster pace than OP-TEE processes them,
/openbmc/phosphor-pid-control/pid/
H A Dzone.cpp42 bool allowThrottle(const tstamp& now, const std::chrono::seconds& pace) in allowThrottle() argument
58 if (elapsed < pace) in allowThrottle()
/openbmc/linux/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-reg.h77 u32 pace; member
/openbmc/linux/net/mptcp/
H A Dprotocol.c1407 u32 pace, burst, wmem; in mptcp_subflow_get_send() local
1429 pace = subflow->avg_pacing_rate; in mptcp_subflow_get_send()
1430 if (unlikely(!pace)) { in mptcp_subflow_get_send()
1433 pace = subflow->avg_pacing_rate; in mptcp_subflow_get_send()
1434 if (!pace) in mptcp_subflow_get_send()
1438 linger_time = div_u64((u64)READ_ONCE(ssk->sk_wmem_queued) << 32, pace); in mptcp_subflow_get_send()
/openbmc/phosphor-host-ipmid/docs/
H A Dcontributing.md94 the pace of code reviews in open source projects. Try to keep in mind that those
/openbmc/linux/Documentation/process/
H A Dstable-api-nonsense.rst108 Linux kernel development is continuous and at a rapid pace, never
/openbmc/qemu/docs/
H A Drdma.txt34 memory tracked during each live migration iteration round cannot keep pace
/openbmc/docs/
H A DCONTRIBUTING.md435 the pace of code reviews in open source projects. Try to keep in mind that those
/openbmc/linux/Documentation/scheduler/
H A Dsched-deadline.rst211 It does so by decrementing the runtime of the executing task Ti at a pace equal
/openbmc/openbmc/meta-security/recipes-ids/suricata/files/
H A Dsuricata.yaml284 # accept the packet if suricata is not able to keep pace.
/openbmc/u-boot/tools/buildman/
H A DREADME542 minute or so it will settle down to a steady pace, with a display like this:
/openbmc/linux/init/
H A DKconfig1214 The time will keep going with the same pace.