Searched refs:aces (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/nfsd/ |
| A D | nfs4acl.c | 247 ace = acl->aces + acl->naces; in _posix_to_nfsv4_one() 436 struct posix_user_ace_state aces[]; member 527 pace->e_uid = state->users->aces[i].uid; in posix_state_to_acl() 541 pace->e_gid = state->groups->aces[i].gid; in posix_state_to_acl() 576 if (uid_eq(a->aces[i].uid, uid)) in find_uid() 580 a->aces[i].uid = uid; in find_uid() 593 if (gid_eq(a->aces[i].gid, gid)) in find_gid() 597 a->aces[i].gid = gid; in find_gid() 609 deny_bits(&a->aces[i].perms, mask); in deny_bits_array() 617 allow_bits(&a->aces[i].perms, mask); in allow_bits_array() [all …]
|
| A D | nfs4xdr.c | 343 for (ace = (*acl)->aces; ace < (*acl)->aces + count; ace++) { in nfsd4_decode_acl() 3125 for (ace = acl->aces; ace < acl->aces + acl->naces; ace++) { in nfsd4_encode_fattr4_acl()
|
| /linux/fs/smb/server/ |
| A D | smbacl.c | 310 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() 503 acl_state.users->aces[acl_state.users->n].uid = in parse_dacl() 531 acl_state.groups->aces[acl_state.groups->n].gid = in parse_dacl() 1003 struct smb_ace *parent_aces, *aces; in smb_inherit_dacl() local 1041 aces = (struct smb_ace *)aces_base; in smb_inherit_dacl() 1090 nt_size += le16_to_cpu(aces->size); in smb_inherit_dacl() 1092 aces = (struct smb_ace *)((char *)aces + le16_to_cpu(aces->size)); in smb_inherit_dacl() 1101 nt_size += le16_to_cpu(aces->size); in smb_inherit_dacl() [all …]
|
| A D | smbacl.h | 66 struct posix_user_ace_state aces[]; member
|
| A D | vfs.c | 1891 acl_state.users->aces[acl_state.users->n].uid = inode->i_uid; in ksmbd_vfs_set_init_posix_acl() 1892 acl_state.users->aces[acl_state.users->n++].perms.allow = in ksmbd_vfs_set_init_posix_acl() 1894 acl_state.groups->aces[acl_state.groups->n].gid = inode->i_gid; in ksmbd_vfs_set_init_posix_acl() 1895 acl_state.groups->aces[acl_state.groups->n++].perms.allow = in ksmbd_vfs_set_init_posix_acl()
|
| /linux/Documentation/devicetree/bindings/spi/ |
| A D | socionext,synquacer-spi.yaml | 45 socionext,set-aces: 71 socionext,set-aces;
|
| /linux/drivers/spi/ |
| A D | spi-synquacer.c | 128 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/include/linux/ |
| A D | nfs4.h | 41 struct nfs4_ace aces[]; member
|
| /linux/fs/smb/client/ |
| A D | cifsglob.h | 207 struct smb_ace *aces; member
|
Completed in 43 milliseconds