Home
last modified time | relevance | path

Searched refs:aces (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/fs/nfsd/
H A Dnfs4acl.c245 ace = acl->aces + acl->naces; in _posix_to_nfsv4_one()
434 struct posix_user_ace_state aces[]; member
525 pace->e_uid = state->users->aces[i].uid; in posix_state_to_acl()
539 pace->e_gid = state->groups->aces[i].gid; in posix_state_to_acl()
574 if (uid_eq(a->aces[i].uid, uid)) in find_uid()
578 a->aces[i].uid = uid; in find_uid()
591 if (gid_eq(a->aces[i].gid, gid)) in find_gid()
595 a->aces[i].gid = gid; in find_gid()
607 deny_bits(&a->aces[i].perms, mask); in deny_bits_array()
615 allow_bits(&a->aces[i].perms, mask); in allow_bits_array()
[all …]
H A Dnfs4xdr.c344 for (ace = (*acl)->aces; ace < (*acl)->aces + count; ace++) { in nfsd4_decode_acl()
3134 for (ace = acl->aces; ace < acl->aces + acl->naces; ace++) { in nfsd4_encode_fattr4_acl()
/linux-6.15/fs/smb/server/
H A Dsmbacl.c315 pace->e_uid = state->users->aces[i].uid; in posix_state_to_acl()
316 pace->e_perm = state->users->aces[i].perms.allow; in posix_state_to_acl()
326 pace->e_gid = state->groups->aces[i].gid; in posix_state_to_acl()
511 acl_state.users->aces[acl_state.users->n].uid = in parse_dacl()
539 acl_state.groups->aces[acl_state.groups->n].gid = in parse_dacl()
1027 struct smb_ace *parent_aces, *aces; in smb_inherit_dacl() local
1072 aces = (struct smb_ace *)aces_base; in smb_inherit_dacl()
1121 nt_size += le16_to_cpu(aces->size); in smb_inherit_dacl()
1123 aces = (struct smb_ace *)((char *)aces + le16_to_cpu(aces->size)); in smb_inherit_dacl()
1132 nt_size += le16_to_cpu(aces->size); in smb_inherit_dacl()
[all …]
H A Dsmbacl.h66 struct posix_user_ace_state aces[]; member
H A Dvfs.c1873 acl_state.users->aces[acl_state.users->n].uid = inode->i_uid; in ksmbd_vfs_set_init_posix_acl()
1874 acl_state.users->aces[acl_state.users->n++].perms.allow = in ksmbd_vfs_set_init_posix_acl()
1876 acl_state.groups->aces[acl_state.groups->n].gid = inode->i_gid; in ksmbd_vfs_set_init_posix_acl()
1877 acl_state.groups->aces[acl_state.groups->n++].perms.allow = in ksmbd_vfs_set_init_posix_acl()
/linux-6.15/Documentation/devicetree/bindings/spi/
H A Dsocionext,synquacer-spi.yaml45 socionext,set-aces:
71 socionext,set-aces;
/linux-6.15/drivers/spi/
H A Dspi-synquacer.c128 bool aces, rtm; member
304 if (sspi->aces) in synquacer_spi_config()
668 sspi->aces = device_property_read_bool(&pdev->dev, in synquacer_spi_probe()
/linux-6.15/include/linux/
H A Dnfs4.h42 struct nfs4_ace aces[]; member
/linux-6.15/fs/smb/client/
H A Dcifsglob.h250 struct smb_ace *aces; member