Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfs/
Dnfs4idmap.h55 struct nfs4_string *owner_name,
Dnfs4idmap.c89 struct nfs4_string *owner_name, in nfs_fattr_init_names() argument
92 fattr->owner_name = owner_name; in nfs_fattr_init_names()
99 kfree(fattr->owner_name->data); in nfs_fattr_free_owner_name()
110 struct nfs4_string *owner = fattr->owner_name; in nfs_fattr_map_owner_name()
Dnfs4_fs.h229 struct nfs4_string owner_name; member
Dnfs4xdr.c1076 char owner_name[IDMAP_NAMESZ]; in encode_attrs() local
1101 owner_namelen = nfs_map_uid_to_name(server, iap->ia_uid, owner_name, IDMAP_NAMESZ); in encode_attrs()
1106 strcpy(owner_name, "nobody"); in encode_attrs()
1158 p = xdr_encode_opaque(p, owner_name, owner_namelen); in encode_attrs()
3896 struct nfs4_string *owner_name) in decode_attr_owner() argument
3908 if (owner_name != NULL) { in decode_attr_owner()
3909 len = decode_nfs4_string(xdr, owner_name, GFP_NOIO); in decode_attr_owner()
3912 dprintk("%s: name=%s\n", __func__, owner_name->data); in decode_attr_owner()
4612 status = decode_attr_owner(xdr, bitmap, server, &fattr->uid, fattr->owner_name); in decode_getfattr_attrs()
Dinode.c1492 fattr->owner_name = NULL; in nfs_fattr_init()
Dnfs4proc.c1254 nfs_fattr_init_names(&p->f_attr, &p->owner_name, &p->group_name); in nfs4_init_opendata_res()
/Linux-v5.4/include/linux/
Dnfs_xdr.h75 struct nfs4_string *owner_name; member