Searched refs:owner_name (Results 1 – 8 of 8) sorted by relevance
/linux/fs/nfs/ |
H A D | nfs4idmap.c | 90 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()
|
H A D | nfs4idmap.h | 55 struct nfs4_string *owner_name,
|
H A D | nfs4_fs.h | 237 struct nfs4_string owner_name; member
|
H A D | nfs4xdr.c | 1087 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() 3999 struct nfs4_string *owner_name) in decode_attr_owner() argument 4011 if (owner_name != NULL) { in decode_attr_owner() 4012 len = decode_nfs4_string(xdr, owner_name, GFP_NOIO); in decode_attr_owner() 4015 dprintk("%s: name=%s\n", __func__, owner_name->data); in decode_attr_owner() 4759 status = decode_attr_owner(xdr, bitmap, server, &fattr->uid, fattr->owner_name); in decode_getfattr_attrs()
|
H A D | inode.c | 1657 fattr->owner_name = NULL; in nfs_fattr_init()
|
H A D | nfs4proc.c | 1401 nfs_fattr_init_names(&p->f_attr, &p->owner_name, &p->group_name); in nfs4_init_opendata_res()
|
/linux/arch/x86/kernel/fpu/ |
H A D | xstate.c | 1862 static const char owner_name[] = "LINUX"; variable 1908 en.n_namesz = sizeof(owner_name); in elf_coredump_extra_notes_write() 1914 if (!dump_emit(cprm, owner_name, en.n_namesz)) in elf_coredump_extra_notes_write() 1940 size += roundup(sizeof(owner_name), 4); in elf_coredump_extra_notes_size()
|
/linux/include/linux/ |
H A D | nfs_xdr.h | 77 struct nfs4_string *owner_name; member
|