| /fs/hfs/ |
| D | bnode.c | 17 void hfs_bnode_read(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_read() 44 u16 hfs_bnode_read_u16(struct hfs_bnode *node, int off) in hfs_bnode_read_u16() 52 u8 hfs_bnode_read_u8(struct hfs_bnode *node, int off) in hfs_bnode_read_u8() 60 void hfs_bnode_read_key(struct hfs_bnode *node, void *key, int off) in hfs_bnode_read_key() 75 void hfs_bnode_write(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_write() 87 void hfs_bnode_write_u16(struct hfs_bnode *node, int off, u16 data) in hfs_bnode_write_u16() 94 void hfs_bnode_write_u8(struct hfs_bnode *node, int off, u8 data) in hfs_bnode_write_u8() 100 void hfs_bnode_clear(struct hfs_bnode *node, int off, int len) in hfs_bnode_clear() 154 int i, off, key_off; in hfs_bnode_dump() local 259 loff_t off; in __hfs_bnode_create() local [all …]
|
| D | mdb.c | 75 loff_t off; in hfs_mdb_get() local 304 int off, size, len; in hfs_mdb_commit() local
|
| D | bfind.c | 57 u16 off, len, keylen; in __hfs_brec_find() local 178 u16 off, len, keylen; in hfs_brec_goto() local
|
| D | btree.c | 251 unsigned off; in hfs_bmap_alloc() local 324 u16 off, len; in hfs_bmap_free() local
|
| /fs/hfsplus/ |
| D | bnode.c | 21 void hfs_bnode_read(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_read() 42 u16 hfs_bnode_read_u16(struct hfs_bnode *node, int off) in hfs_bnode_read_u16() 50 u8 hfs_bnode_read_u8(struct hfs_bnode *node, int off) in hfs_bnode_read_u8() 58 void hfs_bnode_read_key(struct hfs_bnode *node, void *key, int off) in hfs_bnode_read_key() 74 void hfs_bnode_write(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_write() 97 void hfs_bnode_write_u16(struct hfs_bnode *node, int off, u16 data) in hfs_bnode_write_u16() 104 void hfs_bnode_clear(struct hfs_bnode *node, int off, int len) in hfs_bnode_clear() 303 int i, off, key_off; in hfs_bnode_dump() local 408 loff_t off; in __hfs_bnode_create() local 485 int i, rec_off, off, next_off; in hfs_bnode_find() local
|
| D | bfind.c | 116 u16 off, len, keylen; in __hfs_brec_find() local 235 u16 off, len, keylen; in hfs_brec_goto() local
|
| D | btree.c | 377 unsigned off; in hfs_bmap_alloc() local 451 u16 off, len; in hfs_bmap_free() local
|
| D | brec.c | 19 u16 hfs_brec_lenoff(struct hfs_bnode *node, u16 rec, u16 *off) in hfs_brec_lenoff()
|
| /fs/freevxfs/ |
| D | vxfs_bmap.c | 136 int64_t off; in vxfs_bmap_indir() local 209 int64_t off = (typ->vt_hdr & VXFS_TYPED_OFFSETMASK); in vxfs_bmap_typed() local
|
| /fs/coda/ |
| D | psdev.c | 98 size_t nbytes, loff_t *off) in coda_psdev_write() 207 size_t nbytes, loff_t *off) in coda_psdev_read()
|
| /fs/ocfs2/ |
| D | buffer_head_io.h | 58 static inline int ocfs2_read_block(struct ocfs2_caching_info *ci, u64 off, in ocfs2_read_block()
|
| D | quota_local.c | 55 static unsigned int ol_dqblk_block(struct super_block *sb, int c, int off) in ol_dqblk_block() 62 static unsigned int ol_dqblk_block_off(struct super_block *sb, int c, int off) in ol_dqblk_block_off() 70 static loff_t ol_dqblk_off(struct super_block *sb, int c, int off) in ol_dqblk_off() 76 static inline unsigned int ol_dqblk_block_offset(struct super_block *sb, loff_t off) in ol_dqblk_block_offset() 82 static int ol_dqblk_chunk_off(struct super_block *sb, int c, loff_t off) in ol_dqblk_chunk_off()
|
| D | quota_global.c | 166 size_t len, loff_t off) in ocfs2_quota_read() 215 const char *data, size_t len, loff_t off) in ocfs2_quota_write()
|
| /fs/f2fs/ |
| D | gc.c | 485 int off; in gc_node_segment() local 606 unsigned int segno, int off) in move_data_block() 730 unsigned int segno, int off) in move_data_page() 804 int off; in gc_data_segment() local
|
| /fs/bfs/ |
| D | inode.c | 39 int block, off; in bfs_iget() local 402 int off = (i - BFS_ROOT_INO) % BFS_INODES_PER_BLOCK; in bfs_fill_super() local
|
| /fs/befs/ |
| D | btree.c | 199 uint off = 0; in befs_bt_read_node() local 634 unsigned long int off = in befs_bt_keylen_index() local
|
| /fs/proc/ |
| D | consoles.c | 66 loff_t off = 0; in c_start() local
|
| /fs/cifs/ |
| D | ioctl.c | 38 unsigned long srcfd, u64 off, u64 len, u64 destoff, in cifs_ioctl_clone()
|
| D | cifs_dfs_ref.c | 149 int off, noff; in cifs_compose_mount_options() local
|
| /fs/ceph/ |
| D | addr.c | 191 u64 off = page_offset(page); in ceph_do_readpage() local 314 u64 off; in start_read() local 1238 loff_t off = (loff_t)vmf->pgoff << PAGE_CACHE_SHIFT; in ceph_filemap_fault() local 1322 loff_t off = page_offset(page); in ceph_page_mkwrite() local
|
| /fs/squashfs/ |
| D | namei.c | 213 unsigned int blk, off, ino_num; in squashfs_lookup() local
|
| /fs/pstore/ |
| D | inode.c | 60 size_t off; member 171 static loff_t pstore_file_llseek(struct file *file, loff_t off, int whence) in pstore_file_llseek()
|
| /fs/hpfs/ |
| D | dir.c | 23 static loff_t hpfs_dir_lseek(struct file *filp, loff_t off, int whence) in hpfs_dir_lseek()
|
| /fs/quota/ |
| D | quota_v1.c | 129 size_t off; in v1_check_quota_file() local
|
| /fs/jfs/ |
| D | super.c | 739 size_t len, loff_t off) in jfs_quota_read() 784 const char *data, size_t len, loff_t off) in jfs_quota_write()
|