Searched refs:_it (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/staging/erofs/ |
D | xattr.c | 238 static int xattr_entrymatch(struct xattr_iter *_it, in xattr_entrymatch() argument 241 struct getxattr_iter *it = container_of(_it, struct getxattr_iter, it); in xattr_entrymatch() 247 static int xattr_namematch(struct xattr_iter *_it, in xattr_namematch() argument 250 struct getxattr_iter *it = container_of(_it, struct getxattr_iter, it); in xattr_namematch() 255 static int xattr_checkbuffer(struct xattr_iter *_it, in xattr_checkbuffer() argument 258 struct getxattr_iter *it = container_of(_it, struct getxattr_iter, it); in xattr_checkbuffer() 265 static void xattr_copyvalue(struct xattr_iter *_it, in xattr_copyvalue() argument 268 struct getxattr_iter *it = container_of(_it, struct getxattr_iter, it); in xattr_copyvalue() 444 static int xattr_entrylist(struct xattr_iter *_it, in xattr_entrylist() argument 448 container_of(_it, struct listxattr_iter, it); in xattr_entrylist() [all …]
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | vmm.c | 111 struct nvkm_vmm_iter *_it = (i); \ 112 nvkm_vmm_trace(_it, _buf); \ 113 VMM_TRACE(_it->vmm, "%s "f, _buf, ##a); \
|