| /Linux-v5.4/fs/xfs/scrub/ | 
| D | inode.c | 71 	struct xfs_dinode	*dip,  in xchk_inode_extsize()93 	struct xfs_dinode	*dip,  in xchk_inode_cowextsize()
 112 	struct xfs_dinode	*dip,  in xchk_inode_flags()
 158 	struct xfs_dinode	*dip,  in xchk_inode_flags2()
 202 	struct xfs_dinode	*dip,  in xchk_dinode()
 465 	struct xfs_dinode	*dip)  in xchk_inode_xref_bmap()
 500 	struct xfs_dinode	*dip)  in xchk_inode_xref()
 
 | 
| D | ialloc.c | 149 	struct xfs_dinode		*dip)  in xchk_iallocbt_check_cluster_ifree()215 	struct xfs_dinode		*dip;  in xchk_iallocbt_check_cluster()  local
 288 		struct xfs_dinode	*dip;  in xchk_iallocbt_check_cluster()  local
 
 | 
| /Linux-v5.4/fs/xfs/libxfs/ | 
| D | xfs_inode_buf.c | 34 	xfs_dinode_t	*dip;  in xfs_inobp_check()  local90 		xfs_dinode_t	*dip;  in xfs_inode_buf_verify()  local
 377 	struct xfs_dinode	*dip,  in xfs_dinode_verify_fork()
 418 	struct xfs_dinode	*dip,  in xfs_dinode_verify_forkoff()
 445 	struct xfs_dinode	*dip)  in xfs_dinode_verify()
 587 	struct xfs_dinode	*dip)  in xfs_dinode_calc_crc()
 620 	xfs_dinode_t	*dip;  in xfs_iread()  local
 
 | 
| D | xfs_inode_fork.c | 45 	struct xfs_dinode	*dip)  in xfs_iformat_fork()169 	xfs_dinode_t	*dip,  in xfs_iformat_local()
 200 	struct xfs_dinode	*dip,  in xfs_iformat_extents()
 265 	xfs_dinode_t		*dip,  in xfs_iformat_btree()
 588 	xfs_dinode_t		*dip,  in xfs_iflush_fork()
 
 | 
| D | xfs_format.h | 955 #define XFS_DFORK_Q(dip)		((dip)->di_forkoff != 0)  argument956 #define XFS_DFORK_BOFF(dip)		((int)((dip)->di_forkoff << 3))  argument
 958 #define XFS_DFORK_DSIZE(dip,mp) \  argument
 962 #define XFS_DFORK_ASIZE(dip,mp) \  argument
 966 #define XFS_DFORK_SIZE(dip,mp,w) \  argument
 971 #define XFS_DFORK_MAXEXT(dip, mp, w) \  argument
 977 #define XFS_DFORK_DPTR(dip) \  argument
 979 #define XFS_DFORK_APTR(dip)	\  argument
 981 #define XFS_DFORK_PTR(dip,w)	\  argument
 984 #define XFS_DFORK_FORMAT(dip,w) \  argument
 [all …]
 
 | 
| /Linux-v5.4/fs/freevxfs/ | 
| D | vxfs_inode.c | 101 		struct vxfs_inode_info *vip, struct vxfs_dinode *dip)  in dip2vip_cpy()181 		struct vxfs_dinode	*dip;  in vxfs_blkiget()  local
 220 		struct vxfs_dinode	*dip;  in __vxfs_iget()  local
 
 | 
| D | vxfs_lookup.c | 156 vxfs_inode_by_name(struct inode *dip, struct dentry *dp)  in vxfs_inode_by_name()187 vxfs_lookup(struct inode *dip, struct dentry *dp, unsigned int flags)  in vxfs_lookup()
 
 | 
| /Linux-v5.4/fs/gfs2/ | 
| D | inode.c | 244 struct inode *gfs2_lookup_simple(struct inode *dip, const char *name)  in gfs2_lookup_simple()281 	struct gfs2_inode *dip = GFS2_I(dir);  in gfs2_lookupi()  local
 329 static int create_ok(struct gfs2_inode *dip, const struct qstr *name,  in create_ok()
 350 static void munge_mode_uid_gid(const struct gfs2_inode *dip,  in munge_mode_uid_gid()
 458 static void init_dinode(struct gfs2_inode *dip, struct gfs2_inode *ip,  in init_dinode()
 505 static unsigned gfs2_trans_da_blks(const struct gfs2_inode *dip,  in gfs2_trans_da_blks()
 513 static int link_dinode(struct gfs2_inode *dip, const struct qstr *name,  in link_dinode()
 586 	struct gfs2_inode *dip = GFS2_I(dir), *ip;  in gfs2_create_inode()  local
 896 	struct gfs2_inode *dip = GFS2_I(dir);  in gfs2_link()  local
 1027 static int gfs2_unlink_ok(struct gfs2_inode *dip, const struct qstr *name,  in gfs2_unlink_ok()
 [all …]
 
 | 
| D | dir.c | 610 static int dirent_check_reclen(struct gfs2_inode *dip,  in dirent_check_reclen()637 static int dirent_next(struct gfs2_inode *dip, struct buffer_head *bh,  in dirent_next()
 672 static void dirent_del(struct gfs2_inode *dip, struct buffer_head *bh,  in dirent_del()
 759 static int get_leaf(struct gfs2_inode *dip, u64 leaf_no,  in get_leaf()
 782 static int get_leaf_nr(struct gfs2_inode *dip, u32 index,  in get_leaf_nr()
 797 static int get_first_leaf(struct gfs2_inode *dip, u32 index,  in get_first_leaf()
 911 	struct gfs2_inode *dip = GFS2_I(inode);  in dir_make_exhash()  local
 1006 	struct gfs2_inode *dip = GFS2_I(inode);  in dir_split_leaf()  local
 1153 static int dir_double_exhash(struct gfs2_inode *dip)  in dir_double_exhash()
 1268 static int do_filldir_main(struct gfs2_inode *dip, struct dir_context *ctx,  in do_filldir_main()
 [all …]
 
 | 
| D | dentry.c | 37 	struct gfs2_inode *dip;  in gfs2_drevalidate()  local
 | 
| D | export.c | 90 	struct gfs2_inode *dip, *ip;  in gfs2_get_name()  local
 | 
| D | ops_fstype.c | 542 	struct gfs2_inode *dip = GFS2_I(sdp->sd_jindex);  in gfs2_jindex_hold()  local
 | 
| /Linux-v5.4/fs/jfs/ | 
| D | namei.c | 62 static int jfs_create(struct inode *dip, struct dentry *dentry, umode_t mode,  in jfs_create()195 static int jfs_mkdir(struct inode *dip, struct dentry *dentry, umode_t mode)  in jfs_mkdir()
 332 static int jfs_rmdir(struct inode *dip, struct dentry *dentry)  in jfs_rmdir()
 462 static int jfs_unlink(struct inode *dip, struct dentry *dentry)  in jfs_unlink()
 871 static int jfs_symlink(struct inode *dip, struct dentry *dentry,  in jfs_symlink()
 1441 static struct dentry *jfs_lookup(struct inode *dip, struct dentry *dentry, unsigned int flags)  in jfs_lookup()
 
 | 
| D | jfs_imap.c | 3026 static int copy_from_dinode(struct dinode * dip, struct inode *ip)  in copy_from_dinode()3110 static void copy_to_dinode(struct dinode * dip, struct inode *ip)  in copy_to_dinode()
 
 | 
| /Linux-v5.4/arch/arm/mach-davinci/ | 
| D | common.c | 29 	struct davinci_id	*dip;  in davinci_init_id()  local
 | 
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ | 
| D | spectrum_ipip.c | 183 				      u32 dip, u8 prefix_len, u16 ul_vr_id,  in mlxsw_sp_ipip_fib_entry_op_gre4_ralue()201 	__be32 dip;  in mlxsw_sp_ipip_fib_entry_op_gre4()  local
 
 | 
| D | spectrum_dpipe.c | 456 				       unsigned char *ha, void *dip)  in __mlxsw_sp_dpipe_table_host_entry_fill()486 	u32 dip;  in mlxsw_sp_dpipe_table_host4_entry_fill()  local
 498 	struct in6_addr *dip;  in mlxsw_sp_dpipe_table_host6_entry_fill()  local
 
 | 
| /Linux-v5.4/drivers/media/usb/pvrusb2/ | 
| D | pvrusb2-v4l2.c | 828 static void pvr2_v4l2_dev_destroy(struct pvr2_v4l2_dev *dip)  in pvr2_v4l2_dev_destroy()859 static void pvr2_v4l2_dev_disassociate_parent(struct pvr2_v4l2_dev *dip)  in pvr2_v4l2_dev_disassociate_parent()
 947 	struct pvr2_v4l2_dev *dip; /* Our own context pointer */  in pvr2_v4l2_open()  local
 1179 static void pvr2_v4l2_dev_init(struct pvr2_v4l2_dev *dip,  in pvr2_v4l2_dev_init()
 
 | 
| /Linux-v5.4/net/bridge/netfilter/ | 
| D | ebt_among.c | 138 	__be32 dip = 0, sip = 0;  in ebt_among_mt()  local
 | 
| /Linux-v5.4/fs/xfs/ | 
| D | xfs_inode.c | 2150 	struct xfs_dinode	*dip,  in xfs_iunlink_update_dinode()2183 	struct xfs_dinode	*dip;  in xfs_iunlink_update_inode()  local
 3639 	struct xfs_dinode	*dip;  in xfs_iflush()  local
 3773 	struct xfs_dinode	*dip;  in xfs_iflush_int()  local
 
 | 
| /Linux-v5.4/drivers/net/ethernet/mscc/ | 
| D | ocelot_ace.h | 132 	struct ocelot_vcap_ipv4 dip;     /* Target IP address */  member142 	struct ocelot_vcap_ipv4 dip;      /* Destination IP address */  member
 
 | 
| /Linux-v5.4/drivers/scsi/bfa/ | 
| D | bfa_port.c | 23 	u32    *dip = (u32 *) stats;  in bfa_port_stats_swap()  local
 | 
| /Linux-v5.4/drivers/net/ipvlan/ | 
| D | ipvlan_core.c | 396 		__be32 dip;  in ipvlan_addr_lookup()  local
 | 
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/ | 
| D | cxgb3_ioctl.h | 156 	uint32_t dip;  member
 | 
| /Linux-v5.4/fs/btrfs/ | 
| D | inode.c | 8186 	struct btrfs_dio_private *dip = bio->bi_private;  in btrfs_endio_direct_read()  local8257 	struct btrfs_dio_private *dip = bio->bi_private;  in btrfs_endio_direct_write()  local
 8282 	struct btrfs_dio_private *dip = bio->bi_private;  in btrfs_end_dio_bio()  local
 8321 						 struct btrfs_dio_private *dip,  in btrfs_lookup_and_bind_dio_csum()
 8355 	struct btrfs_dio_private *dip = bio->bi_private;  in btrfs_submit_dio_bio()  local
 8397 static int btrfs_submit_direct_hook(struct btrfs_dio_private *dip)  in btrfs_submit_direct_hook()
 8502 	struct btrfs_dio_private *dip = NULL;  in btrfs_submit_direct()  local
 
 |