Searched defs:offset (Results 101 - 125 of 6096) sorted by last modified time

1234567891011>>

/linux-master/drivers/gpio/
H A Dgpio-lpc32xx.c168 static inline u32 gpreg_read(struct lpc32xx_gpio_chip *group, unsigned long offset) argument
173 static inline void gpreg_write(struct lpc32xx_gpio_chip *group, u32 val, unsigned long offset) argument
382 static int lpc32xx_gpio_to_irq_p01(struct gpio_chip *chip, unsigned offset) argument
387 static int lpc32xx_gpio_to_irq_gpio_p3(struct gpio_chip *chip, unsigned offset) argument
392 static int lpc32xx_gpio_to_irq_gpi_p3(struct gpio_chip *chip, unsigned offset) argument
/linux-master/fs/btrfs/
H A Dextent_io.c2296 extent_invalidate_folio(struct extent_io_tree *tree, struct folio *folio, size_t offset) argument
2447 u64 offset; member in struct:btrfs_fiemap_entry
2505 u64 offset; member in struct:fiemap_cache
2544 emit_fiemap_extent(struct fiemap_extent_info *fieinfo, struct fiemap_cache *cache, u64 offset, u64 phys, u64 len, u32 flags) argument
4399 unsigned long offset; local
4413 size_t offset; local
4453 size_t offset; local
4493 size_t offset; local
4564 size_t offset; local
4621 unsigned int offset = get_eb_offset_in_folio(eb, cur); local
4649 unsigned long offset = get_eb_offset_in_folio(src, cur); local
4667 size_t offset; local
4713 size_t offset; local
4737 size_t offset; local
[all...]
H A Dextent-tree.c100 btrfs_lookup_extent_info(struct btrfs_trans_handle *trans, struct btrfs_fs_info *fs_info, u64 bytenr, u64 offset, int metadata, u64 *refs, u64 *flags, u64 *owning_root) argument
354 u64 offset = btrfs_extent_inline_ref_offset(eb, iref); local
405 hash_extent_data_ref(u64 root_objectid, u64 owner, u64 offset) argument
429 match_extent_data_ref(struct extent_buffer *leaf, struct btrfs_extent_data_ref *ref, u64 root_objectid, u64 owner, u64 offset) argument
440 lookup_extent_data_ref(struct btrfs_trans_handle *trans, struct btrfs_path *path, u64 bytenr, u64 parent, u64 root_objectid, u64 owner, u64 offset) argument
516 insert_extent_data_ref(struct btrfs_trans_handle *trans, struct btrfs_path *path, u64 bytenr, u64 parent, u64 root_objectid, u64 owner, u64 offset, int refs_to_add) argument
781 lookup_inline_extent_backref(struct btrfs_trans_handle *trans, struct btrfs_path *path, struct btrfs_extent_inline_ref **ref_ret, u64 bytenr, u64 num_bytes, u64 parent, u64 root_objectid, u64 owner, u64 offset, int insert) argument
991 setup_inline_extent_backref(struct btrfs_trans_handle *trans, struct btrfs_path *path, struct btrfs_extent_inline_ref *iref, u64 parent, u64 root_objectid, u64 owner, u64 offset, int refs_to_add, struct btrfs_delayed_extent_op *extent_op) argument
1051 lookup_extent_backref(struct btrfs_trans_handle *trans, struct btrfs_path *path, struct btrfs_extent_inline_ref **ref_ret, u64 bytenr, u64 num_bytes, u64 parent, u64 root_objectid, u64 owner, u64 offset) argument
1198 insert_inline_extent_backref(struct btrfs_trans_handle *trans, struct btrfs_path *path, u64 bytenr, u64 num_bytes, u64 parent, u64 root_objectid, u64 owner, u64 offset, int refs_to_add, struct btrfs_delayed_extent_op *extent_op) argument
1489 __btrfs_inc_extent_ref(struct btrfs_trans_handle *trans, struct btrfs_delayed_ref_node *node, u64 parent, u64 root_objectid, u64 owner, u64 offset, struct btrfs_delayed_extent_op *extent_op) argument
2289 check_delayed_ref(struct btrfs_root *root, struct btrfs_path *path, u64 objectid, u64 offset, u64 bytenr) argument
2375 check_committed_ref(struct btrfs_root *root, struct btrfs_path *path, u64 objectid, u64 offset, u64 bytenr, bool strict) argument
2468 btrfs_cross_ref_exist(struct btrfs_root *root, u64 objectid, u64 offset, u64 bytenr, bool strict, struct btrfs_path *path) argument
3693 u64 offset; local
3782 u64 offset; local
4814 alloc_reserved_file_extent(struct btrfs_trans_handle *trans, u64 parent, u64 root_objectid, u64 flags, u64 owner, u64 offset, struct btrfs_key *ins, int ref_mod, u64 oref_root) argument
4964 btrfs_alloc_reserved_file_extent(struct btrfs_trans_handle *trans, struct btrfs_root *root, u64 owner, u64 offset, u64 ram_bytes, struct btrfs_key *ins) argument
4992 btrfs_alloc_logged_file_extent(struct btrfs_trans_handle *trans, u64 root_objectid, u64 owner, u64 offset, struct btrfs_key *ins) argument
[all...]
/linux-master/drivers/pwm/
H A Dpwm-dwc.h64 static inline u32 dwc_pwm_readl(struct dwc_pwm *dwc, u32 offset) argument
69 static inline void dwc_pwm_writel(struct dwc_pwm *dwc, u32 value, u32 offset) argument
/linux-master/tools/testing/selftests/timers/
H A Dvalid-adjtimex.c195 int set_offset(long long offset, int use_nano) argument
/linux-master/kernel/time/
H A Dtick-sched.c1601 u64 offset = TICK_NSEC >> 1; local
/linux-master/kernel/dma/
H A Dswiotlb.c895 unsigned int offset = orig_addr & ~PAGE_MASK; local
1026 unsigned int offset = swiotlb_align_offset(dev, 0, orig_addr); local
1349 unsigned int offset; local
1411 unsigned int offset = swiotlb_align_offset(dev, 0, tlb_addr); local
[all...]
/linux-master/fs/nfsd/
H A Dnfs4xdr.c4477 loff_t offset; local
3687 nfsd4_encode_entry4_nfs_cookie4(const struct nfsd4_readdir *readdir, u64 offset) argument
3780 nfsd4_encode_entry4(void *ccdv, const char *name, int namlen, loff_t offset, u64 ino, unsigned int d_type) argument
5411 u32 xdrlen, offset; local
[all...]
/linux-master/fs/kernfs/
H A Dfile.c866 static loff_t kernfs_fop_llseek(struct file *file, loff_t offset, int whence) argument
/linux-master/fs/bcachefs/
H A Dsuper-io.c263 u64 offset, prev_offset, max_sectors; local
623 static int read_one_super(struct bch_sb_handle *sb, u64 offset, struct printbuf *err) argument
686 u64 offset = opt_get(*opts, sb); local
[all...]
H A Dfs-io.c508 static long bchfs_fpunch(struct bch_inode_info *inode, loff_t offset, loff_t len) argument
547 bchfs_fcollapse_finsert(struct bch_inode_info *inode, loff_t offset, loff_t len, bool insert) argument
704 bchfs_fallocate(struct bch_inode_info *inode, int mode, loff_t offset, loff_t len) argument
761 bch2_fallocate_dispatch(struct file *file, int mode, loff_t offset, loff_t len) argument
933 bch2_seek_data(struct file *file, u64 offset) argument
986 bch2_seek_hole(struct file *file, u64 offset) argument
1043 bch2_llseek(struct file *file, loff_t offset, int whence) argument
[all...]
H A Dfs-io-direct.c73 loff_t offset = req->ki_pos; local
237 bch2_check_range_allocated(struct bch_fs *c, subvol_inum inum, u64 offset, u64 size, unsigned nr_replicas, bool compressed) argument
[all...]
H A Dec.c518 ec_stripe_buf_init(struct ec_stripe_buf *buf, unsigned offset, unsigned size) argument
551 ec_block_checksum(struct ec_stripe_buf *buf, unsigned block, unsigned offset) argument
598 unsigned offset = buf->offset; local
706 unsigned offset = 0, bytes = buf->size << 9; local
793 unsigned i, offset; local
1325 unsigned offset = ca->mi.bucket_size - ob->sectors_free; local
1523 unsigned offset; local
[all...]
H A Dextents.c873 bch2_bkey_matches_ptr(struct bch_fs *c, struct bkey_s_c k, struct bch_extent_ptr m, u64 offset) argument
992 u32 offset; local
[all...]
H A Dec.h138 unsigned offset; member in struct:ec_stripe_buf
H A Dchecksum.c141 unsigned offset = offset_in_page(buf); local
H A Dchecksum.h174 static inline struct nonce nonce_add(struct nonce nonce, unsigned offset) argument
H A Dbuckets.h33 sector_to_bucket_and_offset(const struct bch_dev *ca, sector_t s, u32 *offset) argument
H A Dbcachefs.h524 u64 offset; member in struct:reflink_gc
/linux-master/drivers/vhost/
H A Dvhost.c1420 size_t offset; local
/linux-master/arch/x86/kernel/apic/
H A Dapic.c349 static unsigned int reserve_eilvt_offset(int offset, unsigned int new) argument
378 int setup_APIC_eilvt(u8 offset, u argument
[all...]
/linux-master/arch/x86/events/
H A Dcore.c2711 u64 offset; local
/linux-master/io_uring/
H A Dio_uring.c3431 loff_t offset = pgoff << PAGE_SHIFT; local
/linux-master/fs/smb/client/
H A Dinode.c2719 unsigned offset = from & (PAGE_SIZE - 1); local
2733 void cifs_setsize(struct inode *inode, loff_t offset) argument
/linux-master/fs/ceph/
H A Dmds_client.h110 loff_t offset; member in struct:ceph_mds_reply_dir_entry

Completed in 282 milliseconds

1234567891011>>