Home
last modified time | relevance | path

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

/fs/nfs/
A Dnfs4idmap.c90 struct nfs4_string *owner_name, in nfs_fattr_init_names() argument
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()
A Dnfs4idmap.h55 struct nfs4_string *owner_name,
A Dnfs4_fs.h236 struct nfs4_string owner_name; member
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()
4000 struct nfs4_string *owner_name) in decode_attr_owner() argument
4012 if (owner_name != NULL) { in decode_attr_owner()
4013 len = decode_nfs4_string(xdr, owner_name, GFP_NOIO); in decode_attr_owner()
4016 dprintk("%s: name=%s\n", __func__, owner_name->data); in decode_attr_owner()
4778 status = decode_attr_owner(xdr, bitmap, server, &fattr->uid, fattr->owner_name); in decode_getfattr_attrs()
A Dinode.c1722 fattr->owner_name = NULL; in nfs_fattr_init()
A Dnfs4proc.c1432 nfs_fattr_init_names(&p->f_attr, &p->owner_name, &p->group_name); in nfs4_init_opendata_res()

Completed in 888 milliseconds