Lines Matching refs:ilabel
86 struct nfs4_state *state, struct nfs4_label *ilabel,
2651 struct nfs4_state *state, struct nfs4_label *ilabel, in _nfs4_do_setattr() argument
2660 .label = ilabel, in _nfs4_do_setattr()
2678 arg.bitmask = nfs4_bitmask(server, ilabel); in _nfs4_do_setattr()
2679 if (ilabel) in _nfs4_do_setattr()
2711 struct nfs4_state *state, struct nfs4_label *ilabel, in nfs4_do_setattr() argument
2721 err = _nfs4_do_setattr(inode, cred, fattr, sattr, state, ilabel, olabel); in nfs4_do_setattr()
3700 struct nfs4_label l, *ilabel = NULL; in nfs4_proc_create() local
3709 ilabel = nfs4_label_init_security(dir, dentry, sattr, &l); in nfs4_proc_create()
3712 state = nfs4_do_open(dir, ctx, flags, sattr, ilabel, NULL); in nfs4_proc_create()
3718 nfs4_label_release_security(ilabel); in nfs4_proc_create()
4935 struct nfs4_label *ilabel, in _nfs4_do_set_security_label() argument
4948 .label = ilabel, in _nfs4_do_set_security_label()
4972 struct nfs4_label *ilabel, in nfs4_do_set_security_label() argument
4980 err = _nfs4_do_set_security_label(inode, ilabel, in nfs4_do_set_security_label()
4992 struct nfs4_label ilabel, *olabel = NULL; in nfs4_set_security_label() local
5003 ilabel.pi = 0; in nfs4_set_security_label()
5004 ilabel.lfs = 0; in nfs4_set_security_label()
5005 ilabel.label = (char *)buf; in nfs4_set_security_label()
5006 ilabel.len = buflen; in nfs4_set_security_label()
5018 status = nfs4_do_set_security_label(inode, &ilabel, &fattr, olabel); in nfs4_set_security_label()