Home
last modified time | relevance | path

Searched defs:off (Results 1 – 25 of 80) sorted by relevance

1234

/fs/hfs/
Dbnode.c18 int off, int len) in hfs_bnode_read()
29 u16 hfs_bnode_read_u16(struct hfs_bnode *node, int off) in hfs_bnode_read_u16()
37 u8 hfs_bnode_read_u8(struct hfs_bnode *node, int off) in hfs_bnode_read_u8()
45 void hfs_bnode_read_key(struct hfs_bnode *node, void *key, int off) in hfs_bnode_read_key()
60 void hfs_bnode_write(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_write()
72 void hfs_bnode_write_u16(struct hfs_bnode *node, int off, u16 data) in hfs_bnode_write_u16()
79 void hfs_bnode_write_u8(struct hfs_bnode *node, int off, u8 data) in hfs_bnode_write_u8()
85 void hfs_bnode_clear(struct hfs_bnode *node, int off, int len) in hfs_bnode_clear()
139 int i, off, key_off; in hfs_bnode_dump() local
244 loff_t off; in __hfs_bnode_create() local
[all …]
Dmdb.c75 loff_t off; in hfs_mdb_get() local
304 int off, size, len; in hfs_mdb_commit() local
Dbfind.c45 u16 off, len, keylen; in __hfs_brec_find() local
166 u16 off, len, keylen; in hfs_brec_goto() local
Dbtree.c227 unsigned off; in hfs_bmap_alloc() local
315 u16 off, len; in hfs_bmap_free() local
Dbrec.c18 u16 hfs_brec_lenoff(struct hfs_bnode *node, u16 rec, u16 *off) in hfs_brec_lenoff()
/fs/hfsplus/
Dbnode.c21 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
Dbfind.c116 u16 off, len, keylen; in __hfs_brec_find() local
235 u16 off, len, keylen; in hfs_brec_goto() local
Dbtree.c349 unsigned off; in hfs_bmap_alloc() local
439 u16 off, len; in hfs_bmap_free() local
/fs/freevxfs/
Dvxfs_bmap.c140 int64_t off; in vxfs_bmap_indir() local
220 int64_t off = (hdr & VXFS_TYPED_OFFSETMASK); in vxfs_bmap_typed() local
/fs/coda/
Dpsdev.c98 size_t nbytes, loff_t *off) in coda_psdev_write()
204 size_t nbytes, loff_t *off) in coda_psdev_read()
/fs/ocfs2/
Dbuffer_head_io.h58 static inline int ocfs2_read_block(struct ocfs2_caching_info *ci, u64 off, in ocfs2_read_block()
Dquota_local.c55 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()
Dquota_global.c166 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/xfs/
Dxfs_ondisk.h25 #define XFS_CHECK_OFFSET(structname, member, off) \ argument
/fs/f2fs/
Dgc.c485 int off; in gc_node_segment() local
606 unsigned int segno, int off) in move_data_block()
729 unsigned int segno, int off) in move_data_page()
803 int off; in gc_data_segment() local
/fs/bfs/
Dinode.c39 int block, off; in bfs_iget() local
399 int off = (i - BFS_ROOT_INO) % BFS_INODES_PER_BLOCK; in bfs_fill_super() local
/fs/befs/
Dbtree.c197 uint off = 0; in befs_bt_read_node() local
628 unsigned long int off = in befs_bt_keylen_index() local
/fs/proc/
Dconsoles.c66 loff_t off = 0; in c_start() local
/fs/squashfs/
Dnamei.c213 unsigned int blk, off, ino_num; in squashfs_lookup() local
/fs/pstore/
Dinode.c60 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/
Ddir.c23 static loff_t hpfs_dir_lseek(struct file *filp, loff_t off, int whence) in hpfs_dir_lseek()
/fs/ceph/
Daddr.c198 u64 off = page_offset(page); in ceph_do_readpage() local
315 u64 off; in start_read() local
1395 loff_t off = vmf->pgoff << PAGE_SHIFT; in ceph_filemap_fault() local
1487 loff_t off = page_offset(page); in ceph_page_mkwrite() local
/fs/quota/
Dquota_v1.c129 size_t off; in v1_check_quota_file() local
/fs/cifs/
Dcifs_dfs_ref.c149 int off, noff; in cifs_compose_mount_options() local
/fs/jfs/
Dsuper.c739 size_t len, loff_t off) in jfs_quota_read()
784 const char *data, size_t len, loff_t off) in jfs_quota_write()

1234