Home
last modified time | relevance | path

Searched refs:start_ofs (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/ntfs/
Dattrib.c2500 unsigned start_ofs, end_ofs, size; in ntfs_attr_set() local
2517 start_ofs = ofs & ~PAGE_CACHE_MASK; in ntfs_attr_set()
2528 if (start_ofs) { in ntfs_attr_set()
2543 memset(kaddr + start_ofs, val, size - start_ofs); in ntfs_attr_set()
/linux-4.4.14/drivers/block/
Drbd.c1250 static void zero_bio_chain(struct bio *chain, int start_ofs) in zero_bio_chain() argument
1260 if (pos + bv.bv_len > start_ofs) { in zero_bio_chain()
1261 int remainder = max(start_ofs - pos, 0); in zero_bio_chain()