Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/9p/
H A Dprotocol.c39 kfree(stbuf->muid); in p9stat_free()
40 stbuf->muid = NULL; in p9stat_free()
205 &stbuf->gid, &stbuf->muid, in p9pdu_vreadf()
429 stbuf->gid, stbuf->muid, in p9pdu_vwritef()
H A Dclient.c1730 ret->name, ret->uid, ret->gid, ret->muid, ret->extension, in p9_client_stat()
1821 if (wst->muid) in p9_client_statsize()
1822 ret += strlen(wst->muid); in p9_client_statsize()
1852 wst->name, wst->uid, wst->gid, wst->muid, wst->extension, in p9_client_wstat()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
H A Dbase.c84 static guid_t muid = in mxm_shadow_dsm() local
107 obj = acpi_evaluate_dsm(handle, &muid, rev, 0x00000010, &argv4); in mxm_shadow_dsm()
/OK3568_Linux_fs/kernel/include/net/9p/
H A D9p.h396 const char *muid; member
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/ps3/
H A Dmm.c266 u64 muid; in ps3_mm_region_create() local
282 ALLOCATE_MEMORY_TRY_ALT_UNIT, &r->base, &muid); in ps3_mm_region_create()
/OK3568_Linux_fs/kernel/fs/9p/
H A Dvfs_inode.c212 wstat->muid = NULL; in v9fs_blank_wstat()
954 wstat.muid = v9ses->uname; in v9fs_vfs_rename()