| /fs/nilfs2/ |
| D | direct.c | 39 __u64 key, __u64 ptr) in nilfs_direct_set_ptr() 47 __u64 ptr; in nilfs_direct_lookup() local 64 __u64 ptr, ptr2; in nilfs_direct_lookup_contig() local 104 __u64 ptr; in nilfs_direct_find_target_v() local 115 static int nilfs_direct_insert(struct nilfs_bmap *bmap, __u64 key, __u64 ptr) in nilfs_direct_insert() 215 __u64 ptr; in nilfs_direct_gather_data() local 271 __u64 ptr; in nilfs_direct_propagate() local 297 __u64 key, __u64 ptr, in nilfs_direct_assign_v() 317 __u64 key, __u64 ptr, in nilfs_direct_assign_p() 336 __u64 ptr; in nilfs_direct_assign() local
|
| D | btree.c | 68 __u64 ptr, struct buffer_head **bhp) in nilfs_btree_get_new_block() 164 nilfs_btree_node_set_ptr(struct nilfs_btree_node *node, int index, __u64 ptr, in nilfs_btree_node_set_ptr() 248 __u64 key, __u64 ptr, int ncmax) in nilfs_btree_node_insert() 274 __u64 ptr; in nilfs_btree_node_delete() local 478 static int __nilfs_btree_get_block(const struct nilfs_bmap *btree, __u64 ptr, in __nilfs_btree_get_block() 538 static int nilfs_btree_get_block(const struct nilfs_bmap *btree, __u64 ptr, in nilfs_btree_get_block() 551 __u64 ptr; in nilfs_btree_do_lookup() local 611 __u64 ptr; in nilfs_btree_do_lookup_last() local 707 __u64 ptr, ptr2; in nilfs_btree_lookup_contig() local 1039 __u64 ptr; in nilfs_btree_find_target_v() local [all …]
|
| D | bmap.h | 90 static inline int nilfs_bmap_is_new_ptr(unsigned long ptr) in nilfs_bmap_is_new_ptr() 177 __u64 *ptr) in nilfs_bmap_lookup() 241 __u64 ptr) in nilfs_bmap_set_target_v()
|
| /fs/xfs/ |
| D | kmem.c | 32 void *ptr; in kmem_alloc() local 51 void *ptr; in kmem_zalloc_large() local 82 void *ptr; in kmem_realloc() local 102 void *ptr; in kmem_zone_alloc() local
|
| D | kmem.h | 66 static inline void kmem_free(const void *ptr) in kmem_free() 104 kmem_zone_free(kmem_zone_t *zone, void *ptr) in kmem_zone_free()
|
| D | xfs_dir2_readdir.c | 160 char *ptr; /* current data entry */ in xfs_dir2_block_getdents() local 483 char *ptr = NULL; /* pointer to current data */ in xfs_dir2_leaf_getdents() local
|
| /fs/btrfs/ |
| D | inode-item.c | 30 unsigned long ptr; in find_name_in_backref() local 60 unsigned long ptr; in btrfs_find_name_in_ext_backref() local 133 unsigned long ptr; in btrfs_del_inode_extref() local 202 unsigned long ptr; in btrfs_del_inode_ref() local 278 unsigned long ptr; in btrfs_insert_inode_extref() local 334 unsigned long ptr; in btrfs_insert_inode_ref() local
|
| D | root-tree.c | 139 unsigned long ptr; in btrfs_update_root() local 370 unsigned long ptr; in btrfs_del_root_ref() local 441 unsigned long ptr; in btrfs_add_root_ref() local
|
| D | struct-funcs.c | 139 unsigned long ptr = btrfs_node_key_ptr_offset(nr); in btrfs_node_key() local
|
| /fs/udf/ |
| D | directory.c | 160 uint8_t *ptr; in udf_get_fileident() local 197 struct short_ad *udf_get_fileshortad(uint8_t *ptr, int maxoffset, uint32_t *offset, in udf_get_fileshortad() 220 struct long_ad *udf_get_filelongad(uint8_t *ptr, int maxoffset, uint32_t *offset, int inc) in udf_get_filelongad()
|
| /fs/xfs/libxfs/ |
| D | xfs_attr_remote.c | 70 void *ptr, in xfs_attr3_rmt_hdr_ok() 94 void *ptr, in xfs_attr3_rmt_verify() 124 char *ptr; in xfs_attr3_rmt_read_verify() local 164 char *ptr; in xfs_attr3_rmt_write_verify() local 213 void *ptr, in xfs_attr3_rmt_hdr_set()
|
| D | xfs_btree.c | 208 union xfs_btree_ptr *ptr, /* btree block disk address */ in xfs_btree_check_ptr() 953 union xfs_btree_ptr *ptr) in xfs_btree_ptr_to_daddr() 977 union xfs_btree_ptr *ptr, in xfs_btree_readahead_ptr() 1019 union xfs_btree_ptr *ptr) in xfs_btree_ptr_is_null() 1030 union xfs_btree_ptr *ptr) in xfs_btree_set_ptr_null() 1045 union xfs_btree_ptr *ptr, in xfs_btree_get_sibling() 1067 union xfs_btree_ptr *ptr, in xfs_btree_set_sibling() 1175 union xfs_btree_ptr ptr; in xfs_btree_is_lastrec() local 1192 union xfs_btree_ptr *ptr) in xfs_btree_buf_to_ptr() 1234 union xfs_btree_ptr *ptr, in xfs_btree_get_buf_block() [all …]
|
| D | xfs_alloc_btree.c | 48 union xfs_btree_ptr *ptr, in xfs_allocbt_set_root() 132 int ptr, in xfs_allocbt_update_lastrec() 228 union xfs_btree_ptr *ptr) in xfs_allocbt_init_ptr_from_cur()
|
| /fs/coda/ |
| D | coda_linux.h | 65 #define CODA_ALLOC(ptr, cast, size) do { \ argument 75 #define CODA_FREE(ptr, size) kvfree((ptr)) argument
|
| /fs/hfs/ |
| D | mdb.c | 72 char *ptr; in hfs_mdb_get() local 303 char *ptr; in hfs_mdb_commit() local
|
| /fs/f2fs/ |
| D | xattr.h | 56 #define XATTR_HDR(ptr) ((struct f2fs_xattr_header *)(ptr)) argument 57 #define XATTR_ENTRY(ptr) ((struct f2fs_xattr_entry *)(ptr)) argument 58 #define XATTR_FIRST_ENTRY(ptr) (XATTR_ENTRY(XATTR_HDR(ptr) + 1)) argument
|
| /fs/gfs2/ |
| D | lops.c | 391 __be32 *ptr; in gfs2_check_magic() local 424 __be64 *ptr; in gfs2_before_commit() local 526 struct gfs2_log_descriptor *ld, __be64 *ptr, in buf_lo_scan_elements() 681 struct gfs2_log_descriptor *ld, __be64 *ptr, in revoke_lo_scan_elements() 764 __be64 *ptr, int pass) in databuf_lo_scan_elements()
|
| D | bmap.c | 319 __be64 *ptr; in lookup_metapath() local 363 static inline unsigned int gfs2_extent_length(void *start, unsigned int len, __be64 *ptr, size_t li… in gfs2_extent_length() 404 __be64 *ptr = (__be64 *)(mp->mp_bh[i - 1]->b_data + in gfs2_indirect_init() local 467 __be64 *ptr; in gfs2_bmap_alloc() local 612 __be64 *ptr; in gfs2_block_map() local
|
| /fs/ceph/ |
| D | debugfs.c | 142 static int dentry_lru_show(struct seq_file *s, void *ptr) in dentry_lru_show() 159 static int mds_sessions_show(struct seq_file *s, void *ptr) in mds_sessions_show()
|
| /fs/fscache/ |
| D | netfs.c | 24 struct fscache_netfs *ptr; in __fscache_register_netfs() local
|
| /fs/proc/ |
| D | fd.c | 180 struct task_struct *task, const void *ptr) in proc_fd_instantiate() 319 struct task_struct *task, const void *ptr) in proc_fdinfo_instantiate()
|
| D | uid.c | 122 struct task_struct *unused, const void *ptr) in proc_uident_instantiate() 199 struct task_struct *unused, const void *ptr) in proc_uid_instantiate()
|
| /fs/adfs/ |
| D | dir_f.c | 44 static inline int adfs_readname(char *buf, char *ptr, int maxlen) in adfs_readname() 89 union { __le32 *ptr32; u8 *ptr8; } ptr, end; in adfs_dir_checkbyte() local
|
| /fs/affs/ |
| D | amigaffs.c | 339 __be32 *ptr = (__be32 *)bh->b_data; in affs_checksum_block() local 358 __be32 *ptr = (__be32 *)bh->b_data; in affs_fix_checksum() local
|
| /fs/omfs/ |
| D | inode.c | 85 unsigned char *ptr = (unsigned char *) oi; in omfs_update_checksums() local 313 unsigned long **ptr; in omfs_get_imap() local
|