Searched refs:olabel (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4proc.c | 104 struct nfs4_label *olabel); 3129 struct nfs4_label *olabel = NULL; in _nfs4_do_open() local 3153 olabel = nfs4_label_alloc(server, GFP_KERNEL); in _nfs4_do_open() 3154 if (IS_ERR(olabel)) { in _nfs4_do_open() 3155 status = PTR_ERR(olabel); in _nfs4_do_open() 3190 ctx, label, olabel); in _nfs4_do_open() 3194 nfs_setsecurity(state->inode, opendata->o_res.f_attr, olabel); in _nfs4_do_open() 3207 nfs4_label_free(olabel); in _nfs4_do_open() 3213 nfs4_label_free(olabel); in _nfs4_do_open() 3359 struct nfs4_label *olabel) in nfs4_do_setattr() 3356 nfs4_do_setattr(struct inode *inode, const struct cred *cred, struct nfs_fattr *fattr, struct iattr *sattr, struct nfs_open_context *ctx, struct nfs4_label *ilabel, struct nfs4_label *olabel) nfs4_do_setattr() argument 6042 _nfs4_do_set_security_label(struct inode *inode, struct nfs4_label *ilabel, struct nfs_fattr *fattr, struct nfs4_label *olabel) _nfs4_do_set_security_label() argument 6079 nfs4_do_set_security_label(struct inode *inode, struct nfs4_label *ilabel, struct nfs_fattr *fattr, struct nfs4_label *olabel) nfs4_do_set_security_label() argument 6100 struct nfs4_label ilabel, *olabel = NULL; nfs4_set_security_label() local [all...] |
Completed in 9 milliseconds