Home
last modified time | relevance | path

Searched refs:owner_name (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/fs/nfs/
Dnfs4idmap.h55 struct nfs4_string *owner_name,
Dnfs4idmap.c80 struct nfs4_string *owner_name, in nfs_fattr_init_names() argument
83 fattr->owner_name = owner_name; in nfs_fattr_init_names()
90 kfree(fattr->owner_name->data); in nfs_fattr_free_owner_name()
101 struct nfs4_string *owner = fattr->owner_name; in nfs_fattr_map_owner_name()
Dnfs4_fs.h224 struct nfs4_string owner_name; member
Dnfs4xdr.c1073 char owner_name[IDMAP_NAMESZ]; in encode_attrs() local
1098 owner_namelen = nfs_map_uid_to_name(server, iap->ia_uid, owner_name, IDMAP_NAMESZ); in encode_attrs()
1103 strcpy(owner_name, "nobody"); in encode_attrs()
1155 p = xdr_encode_opaque(p, owner_name, owner_namelen); in encode_attrs()
3987 struct nfs4_string *owner_name) in decode_attr_owner() argument
3999 if (owner_name != NULL) { in decode_attr_owner()
4000 len = decode_nfs4_string(xdr, owner_name, GFP_NOIO); in decode_attr_owner()
4003 dprintk("%s: name=%s\n", __func__, owner_name->data); in decode_attr_owner()
4745 status = decode_attr_owner(xdr, bitmap, server, &fattr->uid, fattr->owner_name); in decode_getfattr_attrs()
Dinode.c1482 fattr->owner_name = NULL; in nfs_fattr_init()
Dnfs4proc.c1203 nfs_fattr_init_names(&p->f_attr, &p->owner_name, &p->group_name); in nfs4_init_opendata_res()
/Linux-v4.19/include/linux/
Dnfs_xdr.h75 struct nfs4_string *owner_name; member