Searched refs:user_pos (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | aops.c | 899 loff_t user_pos, unsigned user_len) in ocfs2_write_failure() argument 902 unsigned from = user_pos & (PAGE_SIZE - 1), in ocfs2_write_failure() 903 to = user_pos + user_len; in ocfs2_write_failure() 914 user_pos, user_len); in ocfs2_write_failure() 923 loff_t user_pos, unsigned user_len, int new) in ocfs2_prepare_folio_for_write() argument 937 (folio_pos(folio) <= user_pos)); in ocfs2_prepare_folio_for_write() 940 map_from = user_pos & (PAGE_SIZE - 1); in ocfs2_prepare_folio_for_write() 1003 struct ocfs2_write_ctxt *wc, u32 cpos, loff_t user_pos, in ocfs2_grab_folios_for_write() argument 1011 target_index = user_pos >> PAGE_SHIFT; in ocfs2_grab_folios_for_write() 1028 last_byte = max(user_pos + user_len, i_size_read(inode)); in ocfs2_grab_folios_for_write() [all …]
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | wmi-tlv.c | 4444 .user_pos = WMI_TLV_PEER_USERPOS,
|