/kernel/linux/linux-5.10/net/9p/ |
H A D | protocol.c | 39 kfree(stbuf->muid); in p9stat_free() 40 stbuf->muid = NULL; in p9stat_free() 205 &stbuf->gid, &stbuf->muid, in p9pdu_vreadf() 438 stbuf->gid, stbuf->muid, in p9pdu_vwritef()
|
H A D | client.c | 1728 "<<< name=%s uid=%s gid=%s muid=%s extension=(%s)\n" in p9_client_stat() 1733 ret->name, ret->uid, ret->gid, ret->muid, ret->extension, in p9_client_stat() 1815 /* name[s] uid[s] gid[s] muid[s] */ in p9_client_statsize() 1824 if (wst->muid) in p9_client_statsize() 1825 ret += strlen(wst->muid); in p9_client_statsize() 1850 " name=%s uid=%s gid=%s muid=%s extension=(%s)\n" in p9_client_wstat() 1855 wst->name, wst->uid, wst->gid, wst->muid, wst->extension, in p9_client_wstat()
|
/kernel/linux/linux-6.6/net/9p/ |
H A D | protocol.c | 204 kfree(stbuf->muid); in p9stat_free() 205 stbuf->muid = NULL; in p9stat_free() 371 &stbuf->gid, &stbuf->muid, in p9pdu_vreadf() 604 stbuf->gid, stbuf->muid, in p9pdu_vwritef()
|
H A D | client.c | 1696 "<<< name=%s uid=%s gid=%s muid=%s extension=(%s)\n" in p9_client_stat() 1701 ret->name, ret->uid, ret->gid, ret->muid, ret->extension, in p9_client_stat() 1783 /* name[s] uid[s] gid[s] muid[s] */ in p9_client_statsize() 1792 if (wst->muid) in p9_client_statsize() 1793 ret += strlen(wst->muid); in p9_client_statsize() 1819 " name=%s uid=%s gid=%s muid=%s extension=(%s)\n" in p9_client_wstat() 1824 wst->name, wst->uid, wst->gid, wst->muid, wst->extension, in p9_client_wstat()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/ |
H A D | base.c | 84 static guid_t muid = in mxm_shadow_dsm() local 107 obj = acpi_evaluate_dsm(handle, &muid, rev, 0x00000010, &argv4); in mxm_shadow_dsm()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/ |
H A D | base.c | 84 static guid_t muid = in mxm_shadow_dsm() local 107 obj = acpi_evaluate_dsm(handle, &muid, rev, 0x00000010, &argv4); in mxm_shadow_dsm()
|
/kernel/linux/linux-5.10/include/net/9p/ |
H A D | 9p.h | 375 * @muid: last modifier 396 const char *muid; member
|
/kernel/linux/linux-6.6/include/net/9p/ |
H A D | 9p.h | 382 * @muid: last modifier 403 const char *muid; member
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/ |
H A D | mm.c | 266 u64 muid; in ps3_mm_region_create() local 282 ALLOCATE_MEMORY_TRY_ALT_UNIT, &r->base, &muid); in ps3_mm_region_create()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/ps3/ |
H A D | mm.c | 267 u64 muid; in ps3_mm_region_create() local 283 ALLOCATE_MEMORY_TRY_ALT_UNIT, &r->base, &muid); in ps3_mm_region_create()
|
/kernel/linux/linux-5.10/fs/9p/ |
H A D | vfs_inode.c | 212 wstat->muid = NULL; in v9fs_blank_wstat() 954 wstat.muid = v9ses->uname; in v9fs_vfs_rename()
|
/kernel/linux/linux-6.6/fs/9p/ |
H A D | vfs_inode.c | 213 wstat->muid = NULL; in v9fs_blank_wstat() 958 wstat.muid = v9ses->uname; in v9fs_vfs_rename()
|