Home
last modified time | relevance | path

Searched refs:pointers (Results 1 – 9 of 9) sorted by relevance

/linux-4.19.296/fs/btrfs/
Draid56.c1190 void **pointers = rbio->finish_pointers; in finish_rmw() local
1245 pointers[stripe] = kmap(p); in finish_rmw()
1251 pointers[stripe++] = kmap(p); in finish_rmw()
1261 pointers[stripe++] = kmap(p); in finish_rmw()
1264 pointers); in finish_rmw()
1267 copy_page(pointers[nr_data], pointers[0]); in finish_rmw()
1268 run_xor(pointers + 1, nr_data - 1, PAGE_SIZE); in finish_rmw()
1843 void **pointers; in __raid_recover_end_io() local
1849 pointers = kcalloc(rbio->real_stripes, sizeof(void *), GFP_NOFS); in __raid_recover_end_io()
1850 if (!pointers) { in __raid_recover_end_io()
[all …]
/linux-4.19.296/drivers/media/radio/wl128x/
DKconfig14 this API and pointers to "v4l2" programs may be found at
/linux-4.19.296/lib/
DKconfig.ubsan31 bool "Enable checking of pointers alignment"
DKconfig.debug356 # is preferred to always offer frame pointers as a config
363 bool "Compile the kernel with frame pointers"
377 pointers (if CONFIG_FRAME_POINTER is enabled). This helps ensure
1373 pointers from task_structs to any given cred struct, and checks to
/linux-4.19.296/drivers/media/radio/
DKconfig37 this API and pointers to "v4l2" programs may be found at
77 this API and pointers to "v4l" programs may be found at
95 this API and pointers to "v4l" programs may be found at
112 this API and pointers to "v4l" programs may be found at
219 this API and pointers to "v4l2" programs may be found at
/linux-4.19.296/fs/xfs/
DKconfig98 parent pointers.
/linux-4.19.296/fs/cramfs/
DREADME149 data, only the superblock, inodes and block pointers.
/linux-4.19.296/fs/affs/
DChanges234 bitmap pointers read only, also allows them
/linux-4.19.296/fs/befs/
DChangeLog332 Local pointers to commonly used structures in inode.c.