Home
last modified time | relevance | path

Searched refs:owner_name (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4idmap.c84 * nfs_fattr_init_names - initialise the nfs_fattr owner_name/group_name fields
86 * @owner_name: owner name string cache
90 struct nfs4_string *owner_name, in nfs_fattr_init_names()
93 fattr->owner_name = owner_name; in nfs_fattr_init_names()
100 kfree(fattr->owner_name->data); in nfs_fattr_free_owner_name()
111 struct nfs4_string *owner = fattr->owner_name; in nfs_fattr_map_owner_name()
89 nfs_fattr_init_names(struct nfs_fattr *fattr, struct nfs4_string *owner_name, struct nfs4_string *group_name) nfs_fattr_init_names() argument
H A Dnfs4idmap.h55 struct nfs4_string *owner_name,
H A Dnfs4_fs.h234 struct nfs4_string owner_name; member
H A Dnfs4xdr.c1075 char owner_name[IDMAP_NAMESZ]; in encode_attrs() local
1100 owner_namelen = nfs_map_uid_to_name(server, iap->ia_uid, owner_name, IDMAP_NAMESZ); in encode_attrs()
1105 strcpy(owner_name, "nobody"); in encode_attrs()
1157 p = xdr_encode_opaque(p, owner_name, owner_namelen); in encode_attrs()
3895 struct nfs4_string *owner_name) in decode_attr_owner()
3907 if (owner_name != NULL) { in decode_attr_owner()
3908 len = decode_nfs4_string(xdr, owner_name, GFP_NOIO); in decode_attr_owner()
3911 dprintk("%s: name=%s\n", __func__, owner_name->data); in decode_attr_owner()
4637 status = decode_attr_owner(xdr, bitmap, server, &fattr->uid, fattr->owner_name); in decode_getfattr_attrs()
3893 decode_attr_owner(struct xdr_stream *xdr, uint32_t *bitmap, const struct nfs_server *server, kuid_t *uid, struct nfs4_string *owner_name) decode_attr_owner() argument
H A Dinode.c1533 fattr->owner_name = NULL; in nfs_fattr_init()
H A Dnfs4proc.c1333 nfs_fattr_init_names(&p->f_attr, &p->owner_name, &p->group_name); in nfs4_init_opendata_res()
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4idmap.c84 * nfs_fattr_init_names - initialise the nfs_fattr owner_name/group_name fields
86 * @owner_name: owner name string cache
90 struct nfs4_string *owner_name, in nfs_fattr_init_names()
93 fattr->owner_name = owner_name; in nfs_fattr_init_names()
100 kfree(fattr->owner_name->data); in nfs_fattr_free_owner_name()
111 struct nfs4_string *owner = fattr->owner_name; in nfs_fattr_map_owner_name()
89 nfs_fattr_init_names(struct nfs_fattr *fattr, struct nfs4_string *owner_name, struct nfs4_string *group_name) nfs_fattr_init_names() argument
H A Dnfs4idmap.h55 struct nfs4_string *owner_name,
H A Dnfs4_fs.h236 struct nfs4_string owner_name; member
H A Dnfs4xdr.c1087 char owner_name[IDMAP_NAMESZ]; in encode_attrs() local
1112 owner_namelen = nfs_map_uid_to_name(server, iap->ia_uid, owner_name, IDMAP_NAMESZ); in encode_attrs()
1117 strcpy(owner_name, "nobody"); in encode_attrs()
1169 p = xdr_encode_opaque(p, owner_name, owner_namelen); in encode_attrs()
3963 struct nfs4_string *owner_name) in decode_attr_owner()
3975 if (owner_name != NULL) { in decode_attr_owner()
3976 len = decode_nfs4_string(xdr, owner_name, GFP_NOIO); in decode_attr_owner()
3979 dprintk("%s: name=%s\n", __func__, owner_name->data); in decode_attr_owner()
4708 status = decode_attr_owner(xdr, bitmap, server, &fattr->uid, fattr->owner_name); in decode_getfattr_attrs()
3961 decode_attr_owner(struct xdr_stream *xdr, uint32_t *bitmap, const struct nfs_server *server, kuid_t *uid, struct nfs4_string *owner_name) decode_attr_owner() argument
H A Dinode.c1566 fattr->owner_name = NULL; in nfs_fattr_init()
H A Dnfs4proc.c1348 nfs_fattr_init_names(&p->f_attr, &p->owner_name, &p->group_name); in nfs4_init_opendata_res()
/kernel/linux/linux-5.10/include/linux/
H A Dnfs_xdr.h77 struct nfs4_string *owner_name; member
/kernel/linux/linux-6.6/include/linux/
H A Dnfs_xdr.h77 struct nfs4_string *owner_name; member

Completed in 65 milliseconds