/fs/hfs/ |
D | bnode.c | 17 int off, int len) in hfs_bnode_read() 28 u16 hfs_bnode_read_u16(struct hfs_bnode *node, int off) in hfs_bnode_read_u16() 36 u8 hfs_bnode_read_u8(struct hfs_bnode *node, int off) in hfs_bnode_read_u8() 44 void hfs_bnode_read_key(struct hfs_bnode *node, void *key, int off) in hfs_bnode_read_key() 59 void hfs_bnode_write(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_write() 71 void hfs_bnode_write_u16(struct hfs_bnode *node, int off, u16 data) in hfs_bnode_write_u16() 78 void hfs_bnode_write_u8(struct hfs_bnode *node, int off, u8 data) in hfs_bnode_write_u8() 84 void hfs_bnode_clear(struct hfs_bnode *node, int off, int len) in hfs_bnode_clear() 138 int i, off, key_off; in hfs_bnode_dump() local 242 loff_t off; in __hfs_bnode_create() local [all …]
|
D | mdb.c | 74 loff_t off; in hfs_mdb_get() local 296 int off, size, len; in hfs_mdb_commit() local
|
D | bfind.c | 43 u16 off, len, keylen; in __hfs_brec_find() local 164 u16 off, len, keylen; in hfs_brec_goto() local
|
D | btree.c | 211 unsigned off; in hfs_bmap_alloc() local 299 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() 73 void hfs_bnode_write(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_write() 96 void hfs_bnode_write_u16(struct hfs_bnode *node, int off, u16 data) in hfs_bnode_write_u16() 103 void hfs_bnode_clear(struct hfs_bnode *node, int off, int len) in hfs_bnode_clear() 298 int i, off, key_off; in hfs_bnode_dump() local 402 loff_t off; in __hfs_bnode_create() local 478 int i, rec_off, off, next_off; in hfs_bnode_find() local
|
D | bfind.c | 43 u16 off, len, keylen; in __hfs_brec_find() local 155 u16 off, len, keylen; in hfs_brec_goto() local
|
D | btree.c | 187 unsigned off; in hfs_bmap_alloc() local 275 u16 off, len; in hfs_bmap_free() local
|
/fs/proc/ |
D | uptime.c | 7 static int proc_calc_metrics(char *page, char **start, off_t off, in proc_calc_metrics() 21 static int uptime_read_proc(char *page, char **start, off_t off, int count, in uptime_read_proc()
|
D | proc_devtree.c | 27 static int property_read_proc(char *page, char **start, off_t off, in property_read_proc()
|
/fs/bfs/ |
D | inode.c | 40 int block, off; in bfs_iget() local 106 int block, off; in bfs_write_inode() local 158 int block, off; in bfs_delete_inode() local 409 int off = (i - BFS_ROOT_INO) % BFS_INODES_PER_BLOCK; in bfs_fill_super() local
|
/fs/sysfs/ |
D | bin.c | 36 fill_read(struct dentry *dentry, char *buffer, loff_t off, size_t count) in fill_read() 57 read(struct file *file, char __user *userbuf, size_t bytes, loff_t *off) in read() 128 size_t bytes, loff_t *off) in write()
|
/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/ocfs2/ |
D | buffer_head_io.h | 58 static inline int ocfs2_read_block(struct inode *inode, u64 off, in ocfs2_read_block()
|
D | quota_local.c | 52 static unsigned int ol_dqblk_block(struct super_block *sb, int c, int off) in ol_dqblk_block() 59 static unsigned int ol_dqblk_block_off(struct super_block *sb, int c, int off) in ol_dqblk_block_off() 67 static loff_t ol_dqblk_off(struct super_block *sb, int c, int off) in ol_dqblk_off() 74 static inline unsigned int ol_dqblk_file_block(struct super_block *sb, loff_t off) in ol_dqblk_file_block() 79 static inline unsigned int ol_dqblk_block_offset(struct super_block *sb, loff_t off) in ol_dqblk_block_offset() 85 static int ol_dqblk_chunk_off(struct super_block *sb, int c, loff_t off) in ol_dqblk_chunk_off()
|
D | quota_global.c | 153 size_t len, loff_t off) in ocfs2_quota_read() 190 const char *data, size_t len, loff_t off) in ocfs2_quota_write()
|
/fs/coda/ |
D | psdev.c | 96 size_t nbytes, loff_t *off) in coda_psdev_write() 209 size_t nbytes, loff_t *off) in coda_psdev_read()
|
/fs/befs/ |
D | btree.c | 196 uint off = 0; in befs_bt_read_node() local 628 unsigned long int off = in befs_bt_keylen_index() local
|
/fs/squashfs/ |
D | namei.c | 200 unsigned int blk, off, ino_num; in squashfs_lookup() local
|
/fs/hpfs/ |
D | dir.c | 22 static loff_t hpfs_dir_lseek(struct file *filp, loff_t off, int whence) in hpfs_dir_lseek()
|
/fs/jfs/ |
D | super.c | 632 size_t len, loff_t off) in jfs_quota_read() 677 const char *data, size_t len, loff_t off) in jfs_quota_write()
|
/fs/ |
D | quota_v1.c | 122 size_t off; in v1_check_quota_file() local
|
D | binfmt_elf_fdpic.c | 1202 static int dump_seek(struct file *file, loff_t off) in dump_seek() 1293 #define DUMP_SEEK(off) \ argument 1319 #define DUMP_SEEK(off) \ argument
|
/fs/cifs/ |
D | cifs_dfs_ref.c | 130 int off, noff; in compose_mount_options() local
|
/fs/xfs/ |
D | xfs_da_btree.c | 1913 xfs_fileoff_t off; in xfs_da_map_covers_blocks() local 2261 int off; in xfs_da_buf_make() local 2320 int off; in xfs_da_buf_clean() local 2375 int off; in xfs_da_log_buf() local
|
D | xfs_dir2_sf.h | 122 xfs_dir2_sf_put_offset(xfs_dir2_sf_entry_t *sfep, xfs_dir2_data_aoff_t off) in xfs_dir2_sf_put_offset()
|