• Home
  • Raw
  • Download

Lines Matching refs:label

1082 				const struct nfs4_label *label,  in encode_attrs()  argument
1156 if (label && (attrmask[2] & FATTR4_WORD2_SECURITY_LABEL)) { in encode_attrs()
1157 len += 4 + 4 + 4 + (XDR_QUADLEN(label->len) << 2); in encode_attrs()
1186 if (label && (bmval[2] & FATTR4_WORD2_SECURITY_LABEL)) { in encode_attrs()
1187 *p++ = cpu_to_be32(label->lfs); in encode_attrs()
1188 *p++ = cpu_to_be32(label->pi); in encode_attrs()
1189 *p++ = cpu_to_be32(label->len); in encode_attrs()
1190 p = xdr_encode_opaque_fixed(p, label->label, label->len); in encode_attrs()
1250 encode_attrs(xdr, create->attrs, create->label, &create->umask, in encode_create()
1436 encode_attrs(xdr, arg->u.attrs, arg->label, &arg->umask, in encode_createmode()
1441 encode_attrs(xdr, arg->u.attrs, arg->label, &arg->umask, in encode_createmode()
1451 encode_attrs(xdr, arg->u.attrs, arg->label, &arg->umask, in encode_createmode()
1709 encode_attrs(xdr, arg->iap, arg->label, NULL, server, in encode_setattr()
4156 struct nfs4_label *label) in decode_attr_security_label() argument
4184 if (label && label->len) { in decode_attr_security_label()
4185 if (label->len < len) in decode_attr_security_label()
4187 memcpy(label->label, p, len); in decode_attr_security_label()
4188 label->len = len; in decode_attr_security_label()
4189 label->pi = pi; in decode_attr_security_label()
4190 label->lfs = lfs; in decode_attr_security_label()
4196 if (label && label->label) in decode_attr_security_label()
4198 __func__, label->len, (char *)label->label, in decode_attr_security_label()
4199 label->len, label->pi, label->lfs); in decode_attr_security_label()
4582 struct nfs4_fs_locations *fs_loc, struct nfs4_label *label, in decode_getfattr_attrs() argument
4698 if (label) { in decode_getfattr_attrs()
4699 status = decode_attr_security_label(xdr, bitmap, label); in decode_getfattr_attrs()
4712 struct nfs4_label *label, const struct nfs_server *server) in decode_getfattr_generic() argument
4732 label, server); in decode_getfattr_generic()
4743 struct nfs4_label *label, const struct nfs_server *server) in decode_getfattr_label() argument
4745 return decode_getfattr_generic(xdr, fattr, NULL, NULL, label, server); in decode_getfattr_label()
6179 status = decode_getfattr_label(xdr, res->fattr, res->label, res->server); in nfs4_xdr_dec_lookup()
6209 status = decode_getfattr_label(xdr, res->fattr, res->label, res->server); in nfs4_xdr_dec_lookupp()
6237 res->label, res->server); in nfs4_xdr_dec_lookup_root()
6331 decode_getfattr_label(xdr, res->fattr, res->label, res->server); in nfs4_xdr_dec_link()
6361 decode_getfattr_label(xdr, res->fattr, res->label, res->server); in nfs4_xdr_dec_create()
6394 status = decode_getfattr_label(xdr, res->fattr, res->label, res->server); in nfs4_xdr_dec_getattr()
6616 decode_getfattr_label(xdr, res->fattr, res->label, res->server); in nfs4_xdr_dec_setattr()
7475 NULL, entry->label, entry->server) < 0) in nfs4_decode_dirent()