Home
last modified time | relevance | path

Searched refs:_it (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/erofs/
H A Dxattr.c163 int (*entry)(struct xattr_iter *_it, struct erofs_xattr_entry *entry);
164 int (*name)(struct xattr_iter *_it, unsigned int processed, char *buf,
166 int (*alloc_buffer)(struct xattr_iter *_it, unsigned int value_sz);
167 void (*value)(struct xattr_iter *_it, unsigned int processed, char *buf,
332 static int xattr_entrymatch(struct xattr_iter *_it, in xattr_entrymatch() argument
335 struct getxattr_iter *it = container_of(_it, struct getxattr_iter, it); in xattr_entrymatch()
341 static int xattr_namematch(struct xattr_iter *_it, in xattr_namematch() argument
344 struct getxattr_iter *it = container_of(_it, struct getxattr_iter, it); in xattr_namematch()
349 static int xattr_checkbuffer(struct xattr_iter *_it, in xattr_checkbuffer() argument
352 struct getxattr_iter *it = container_of(_it, struc in xattr_checkbuffer()
359 xattr_copyvalue(struct xattr_iter *_it, unsigned int processed, char *buf, unsigned int len) xattr_copyvalue() argument
537 xattr_entrylist(struct xattr_iter *_it, struct erofs_xattr_entry *entry) xattr_entrylist() argument
568 xattr_namelist(struct xattr_iter *_it, unsigned int processed, char *buf, unsigned int len) xattr_namelist() argument
579 xattr_skipvalue(struct xattr_iter *_it, unsigned int value_sz) xattr_skipvalue() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.c111 struct nvkm_vmm_iter *_it = (i); \
112 nvkm_vmm_trace(_it, _buf); \
113 VMM_TRACE(_it->vmm, "%s "f, _buf, ##a); \
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H 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