Searched refs:sattr (Results 26 - 27 of 27) sorted by relevance

12

/linux-master/fs/nfs/
H A Dnfs2xdr.c227 * work correctly. See description of sattr in section 6.1 of "NFS
319 * 2.3.6. sattr
321 * struct sattr {
567 * sattr attributes;
577 encode_sattr(xdr, args->sattr, rpc_rqst_userns(req));
682 * sattr attributes;
692 encode_sattr(xdr, args->sattr, rpc_rqst_userns(req));
748 * sattr attributes;
759 encode_sattr(xdr, args->sattr, rpc_rqst_userns(req));
/linux-master/security/selinux/ss/
H A Dservices.c623 struct ebitmap *sattr, *tattr; local
648 sattr = &policydb->type_attr_map_array[scontext->type - 1];
650 ebitmap_for_each_positive_bit(sattr, snode, i) {
1012 struct ebitmap *sattr, *tattr; local
1059 sattr = &policydb->type_attr_map_array[scontext->type - 1];
1061 ebitmap_for_each_positive_bit(sattr, snode, i) {

Completed in 119 milliseconds

12