Home
last modified time | relevance | path

Searched refs:user_pos (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/ocfs2/
H A Daops.c899 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()
1011 target_index = user_pos >> PAGE_SHIFT; in ocfs2_grab_folios_for_write()
1037 end_index = (user_pos + user_len - 1) >> PAGE_SHIFT; in ocfs2_grab_folios_for_write()
1098 loff_t user_pos, unsigned user_len) in ocfs2_write_cluster() argument
[all …]
/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dwmi.h5150 u32 user_pos; member
H A Dwmi-tlv.c4444 .user_pos = WMI_TLV_PEER_USERPOS,