Searched refs:start_offset (Results 1 – 7 of 7) sorted by relevance
| /fs/netfs/ |
| A D | iterator.c | 115 size_t skip = iter->iov_offset + start_offset; in netfs_limit_bvec() 118 WARN_ON(start_offset > n) || in netfs_limit_bvec() 163 WARN_ON(start_offset > n) || in netfs_limit_xarray() 166 max_size = min(max_size, n - start_offset); in netfs_limit_xarray() 205 WARN_ON(start_offset > n) || in netfs_limit_folioq() 208 max_size = umin(max_size, n - start_offset); in netfs_limit_folioq() 215 start_offset += iter->iov_offset; in netfs_limit_folioq() 219 if (start_offset < flen) { in netfs_limit_folioq() 220 span += flen - start_offset; in netfs_limit_folioq() 222 start_offset = 0; in netfs_limit_folioq() [all …]
|
| /fs/bcachefs/ |
| A D | fs-io-pagecache.c | 694 loff_t start_offset, in bch2_seek_pagecache_data() argument 700 pgoff_t start_index = start_offset >> PAGE_SHIFT; in bch2_seek_pagecache_data() 722 max(folio_pos(folio), start_offset), in bch2_seek_pagecache_data() 726 start_offset, end_offset); in bch2_seek_pagecache_data() 783 loff_t start_offset, in bch2_seek_pagecache_hole() argument 789 loff_t offset = start_offset; in bch2_seek_pagecache_hole()
|
| A D | fs-io.c | 283 unsigned start_offset; in __bch2_truncate_folio() local 314 start_offset = max(start, folio_pos(folio)) - folio_pos(folio); in __bch2_truncate_folio() 318 if (start_offset == 0 && in __bch2_truncate_folio() 340 for (i = round_up(start_offset, block_bytes(c)) >> 9; in __bch2_truncate_folio() 367 folio_zero_segment(folio, start_offset, end_offset); in __bch2_truncate_folio() 1030 loff_t start_offset = k.k->p.inode == inode->v.i_ino in bch2_seek_hole() 1045 start_offset, end_offset, 0, false); in bch2_seek_hole()
|
| /fs/smb/client/ |
| A D | cifsproto.h | 552 const loff_t start_offset, const __u64 len,
|
| A D | cifssmb.c | 2065 const loff_t start_offset, const __u64 len, in CIFSSMBPosixLock() argument 2125 parm_data->start = cpu_to_le64(start_offset); in CIFSSMBPosixLock()
|
| /fs/btrfs/ |
| A D | accessors.h | 118 BTRFS_SETGET_FUNCS(device_start_offset, struct btrfs_dev_item, start_offset, 64);
|
| /fs/nfsd/ |
| A D | nfs4xdr.c | 3901 int start_offset = xdr->buf->len; in nfsd4_encode_entry4() local 3933 xdr_truncate_encode(xdr, start_offset); in nfsd4_encode_entry4() 3962 entry_bytes = xdr->buf->len - start_offset; in nfsd4_encode_entry4() 3985 xdr_truncate_encode(xdr, start_offset); in nfsd4_encode_entry4()
|
Completed in 31 milliseconds