Searched refs:attr_ptr (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/ext4/ |
| H A D | sysfs.c | 58 short attr_ptr; member 186 .attr_ptr = ptr_##_struct##_offset, \ 197 .attr_ptr = ptr_##_struct##_offset, \ 231 .attr_ptr = ptr_explicit, \ 400 switch (a->attr_ptr) { in calc_ptr() 434 if (a->attr_ptr == ptr_ext4_super_block_offset) in ext4_generic_attr_show() 443 if (a->attr_ptr == ptr_ext4_super_block_offset) in ext4_generic_attr_show() 516 if (a->attr_ptr == ptr_ext4_super_block_offset) in ext4_generic_attr_store()
|
| /linux/io_uring/ |
| H A D | rw.c | 219 u64 attr_ptr) in io_prep_rw_pi() argument 225 if (copy_from_user(&pi_attr, u64_to_user_ptr(attr_ptr), in io_prep_rw_pi() 287 u64 attr_ptr; in __io_prep_rw() local 293 attr_ptr = READ_ONCE(sqe->attr_ptr); in __io_prep_rw() 294 return io_prep_rw_pi(req, rw, ddir, attr_ptr); in __io_prep_rw()
|
| H A D | io_uring.c | 3210 BUILD_BUG_SQE_ELEM(48, __u64, attr_ptr); in io_uring_init()
|
| /linux/include/uapi/linux/ |
| H A D | io_uring.h | 110 __u64 attr_ptr; /* pointer to attribute information */ member
|