Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/nfsd/
A Dnfs4acl.c247 ace = acl->aces + acl->naces; in _posix_to_nfsv4_one()
436 struct posix_user_ace_state aces[]; member
528 pace->e_uid = state->users->aces[i].uid; in posix_state_to_acl()
542 pace->e_gid = state->groups->aces[i].gid; in posix_state_to_acl()
577 if (uid_eq(a->aces[i].uid, uid)) in find_uid()
581 a->aces[i].uid = uid; in find_uid()
594 if (gid_eq(a->aces[i].gid, gid)) in find_gid()
598 a->aces[i].gid = gid; in find_gid()
610 deny_bits(&a->aces[i].perms, mask); in deny_bits_array()
618 allow_bits(&a->aces[i].perms, mask); in allow_bits_array()
[all …]
A Dnfs4xdr.c343 for (ace = (*acl)->aces; ace < (*acl)->aces + count; ace++) { in nfsd4_decode_acl()
3168 for (ace = acl->aces; ace < acl->aces + acl->naces; ace++) { in nfsd4_encode_fattr()
/linux-6.3-rc2/fs/ksmbd/
A Dsmbacl.c310 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()
321 pace->e_gid = state->groups->aces[i].gid; in posix_state_to_acl()
500 acl_state.users->aces[acl_state.users->n].uid = in parse_dacl()
528 acl_state.groups->aces[acl_state.groups->n].gid = in parse_dacl()
1000 struct smb_ace *parent_aces, *aces; in smb_inherit_dacl() local
1038 aces = (struct smb_ace *)aces_base; in smb_inherit_dacl()
1087 nt_size += le16_to_cpu(aces->size); in smb_inherit_dacl()
1089 aces = (struct smb_ace *)((char *)aces + le16_to_cpu(aces->size)); in smb_inherit_dacl()
1098 nt_size += le16_to_cpu(aces->size); in smb_inherit_dacl()
[all …]
A Dsmbacl.h175 struct posix_user_ace_state aces[]; member
A Dvfs.c1847 acl_state.users->aces[acl_state.users->n].uid = inode->i_uid; in ksmbd_vfs_set_init_posix_acl()
1848 acl_state.users->aces[acl_state.users->n++].perms.allow = in ksmbd_vfs_set_init_posix_acl()
1850 acl_state.groups->aces[acl_state.groups->n].gid = inode->i_gid; in ksmbd_vfs_set_init_posix_acl()
1851 acl_state.groups->aces[acl_state.groups->n++].perms.allow = in ksmbd_vfs_set_init_posix_acl()
/linux-6.3-rc2/Documentation/devicetree/bindings/spi/
A Dsocionext,synquacer-spi.yaml45 socionext,set-aces:
71 socionext,set-aces;
/linux-6.3-rc2/drivers/spi/
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.3-rc2/include/linux/
A Dnfs4.h41 struct nfs4_ace aces[]; member
/linux-6.3-rc2/fs/cifs/
A Dcifsglob.h185 struct cifs_ace *aces; member

Completed in 35 milliseconds