Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4acl.c247 ace = acl->aces + acl->naces; in _posix_to_nfsv4_one()
436 struct posix_user_ace_state aces[]; member
526 low_mode_from_nfs4(state->users->aces[i].perms.allow, in posix_state_to_acl()
528 pace->e_uid = state->users->aces[i].uid; in posix_state_to_acl()
529 add_to_mask(state, &state->users->aces[i].perms); in posix_state_to_acl()
540 low_mode_from_nfs4(state->groups->aces[i].perms.allow, in posix_state_to_acl()
542 pace->e_gid = state->groups->aces[i].gid; in posix_state_to_acl()
543 add_to_mask(state, &state->groups->aces[i].perms); 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()
[all …]
H A Dnfs4xdr.c412 for (ace = (*acl)->aces; ace < (*acl)->aces + nace; ace++) { in nfsd4_decode_fattr()
2937 for (ace = acl->aces; ace < acl->aces + acl->naces; ace++) { in nfsd4_encode_fattr()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/spi/
H A Dspi-synquacer.txt13 - socionext,set-aces: boolean, if same active clock edges field to be set.
26 socionext,set-aces;
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-synquacer.c128 bool aces, rtm; member
304 if (sspi->aces) in synquacer_spi_config()
669 sspi->aces = device_property_read_bool(&pdev->dev, in synquacer_spi_probe()
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190817.patch.gz1# ncurses 6.1 - patch 20190817 - Thomas E. Dickey 2# 3# --- ...
/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs4.h41 struct nfs4_ace aces[]; member
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifsglob.h173 struct cifs_ace *aces; member