Searched refs:pace (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/fs/cifs/ |
D | cifsacl.c | 669 static void dump_ace(struct cifs_ace *pace, char *end_of_acl) in dump_ace() argument 675 if (le16_to_cpu(pace->size) < 16) { in dump_ace() 676 cifs_dbg(VFS, "ACE too small %d\n", le16_to_cpu(pace->size)); in dump_ace() 680 if (end_of_acl < (char *)pace + le16_to_cpu(pace->size)) { in dump_ace() 685 num_subauth = pace->sid.num_subauth; in dump_ace() 689 pace->sid.revision, pace->sid.num_subauth, pace->type, in dump_ace() 690 pace->flags, le16_to_cpu(pace->size)); in dump_ace() 693 i, le32_to_cpu(pace->sid.sub_auth[i])); in dump_ace()
|
D | cifsproto.h | 226 extern unsigned int setup_authusers_ACE(struct cifs_ace *pace); 227 extern unsigned int setup_special_mode_ACE(struct cifs_ace *pace, __u64 nmode); 228 extern unsigned int setup_special_user_owner_ACE(struct cifs_ace *pace);
|
/kernel/linux/linux-5.10/drivers/media/platform/sti/bdisp/ |
D | bdisp-reg.h | 77 u32 pace; member
|
/kernel/linux/linux-5.10/net/mptcp/ |
D | protocol.c | 1095 u32 pace; in mptcp_subflow_get_send() local 1136 pace = READ_ONCE(ssk->sk_pacing_rate); in mptcp_subflow_get_send() 1137 if (!pace) in mptcp_subflow_get_send() 1141 pace); in mptcp_subflow_get_send()
|
/kernel/linux/linux-5.10/Documentation/process/ |
D | stable-api-nonsense.rst | 108 Linux kernel development is continuous and at a rapid pace, never
|
/kernel/linux/linux-5.10/Documentation/scheduler/ |
D | sched-deadline.rst | 208 It does so by decrementing the runtime of the executing task Ti at a pace equal
|
/kernel/linux/linux-5.10/init/ |
D | Kconfig | 1220 The time will keep going with the same pace.
|