Home
last modified time | relevance | path

Searched refs:_it (Results 1 – 2 of 2) sorted by relevance

/linux/fs/erofs/
A Dxattr.c165 int (*alloc_buffer)(struct xattr_iter *_it, unsigned int value_sz);
331 static int xattr_entrymatch(struct xattr_iter *_it, in xattr_entrymatch() argument
340 static int xattr_namematch(struct xattr_iter *_it, in xattr_namematch() argument
348 static int xattr_checkbuffer(struct xattr_iter *_it, in xattr_checkbuffer() argument
358 static void xattr_copyvalue(struct xattr_iter *_it, in xattr_copyvalue() argument
536 static int xattr_entrylist(struct xattr_iter *_it, in xattr_entrylist() argument
540 container_of(_it, struct listxattr_iter, it); in xattr_entrylist()
567 static int xattr_namelist(struct xattr_iter *_it, in xattr_namelist() argument
571 container_of(_it, struct listxattr_iter, it); in xattr_namelist()
578 static int xattr_skipvalue(struct xattr_iter *_it, in xattr_skipvalue() argument
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
A Dvmm.c111 struct nvkm_vmm_iter *_it = (i); \
112 nvkm_vmm_trace(_it, _buf); \
113 VMM_TRACE(_it->vmm, "%s "f, _buf, ##a); \

Completed in 7 milliseconds