/linux-6.6.21/fs/xfs/scrub/ |
D | inode.c | 205 struct xfs_dinode *dip, in xchk_inode_extsize() 241 struct xfs_dinode *dip, in xchk_inode_cowextsize() 260 struct xfs_dinode *dip, in xchk_inode_flags() 305 struct xfs_dinode *dip, in xchk_inode_flags2() 349 struct xfs_dinode *dip, in xchk_dinode_nsec() 363 struct xfs_dinode *dip, in xchk_dinode() 638 struct xfs_dinode *dip) in xchk_inode_xref_bmap() 673 struct xfs_dinode *dip) in xchk_inode_xref()
|
D | ialloc.c | 304 struct xfs_dinode *dip) in xchk_iallocbt_check_cluster_ifree() 440 struct xfs_dinode *dip; in xchk_iallocbt_check_cluster() local
|
/linux-6.6.21/fs/xfs/libxfs/ |
D | xfs_inode_buf.c | 53 struct xfs_dinode *dip; in xfs_inode_buf_verify() local 154 struct xfs_dinode *dip, in xfs_inode_from_disk_ts() 354 struct xfs_dinode *dip, in xfs_dinode_verify_fork() 414 struct xfs_dinode *dip, in xfs_dinode_verify_forkoff() 440 struct xfs_dinode *dip) in xfs_dinode_verify_nrext64() 459 struct xfs_dinode *dip) in xfs_dinode_verify() 617 struct xfs_dinode *dip) in xfs_dinode_calc_crc()
|
D | xfs_inode_fork.c | 70 struct xfs_dinode *dip, in xfs_iformat_local() 101 struct xfs_dinode *dip, in xfs_iformat_extents() 166 struct xfs_dinode *dip, in xfs_iformat_btree() 223 struct xfs_dinode *dip) in xfs_iformat_data_fork() 277 struct xfs_dinode *dip) in xfs_dfork_attr_shortform_size() 316 struct xfs_dinode *dip) in xfs_iformat_attr_fork() 597 struct xfs_dinode *dip, in xfs_iflush_fork()
|
D | xfs_inode_fork.h | 127 struct xfs_dinode *dip) in xfs_dfork_data_extents() 137 struct xfs_dinode *dip) in xfs_dfork_attr_extents() 147 struct xfs_dinode *dip, in xfs_dfork_nextents()
|
D | xfs_format.h | 977 #define XFS_DFORK_BOFF(dip) ((int)((dip)->di_forkoff << 3)) argument 979 #define XFS_DFORK_DSIZE(dip,mp) \ argument 981 #define XFS_DFORK_ASIZE(dip,mp) \ argument 983 #define XFS_DFORK_SIZE(dip,mp,w) \ argument 988 #define XFS_DFORK_MAXEXT(dip, mp, w) \ argument 994 #define XFS_DFORK_DPTR(dip) \ argument 996 #define XFS_DFORK_APTR(dip) \ argument 998 #define XFS_DFORK_PTR(dip,w) \ argument 1001 #define XFS_DFORK_FORMAT(dip,w) \ argument 1010 static inline xfs_dev_t xfs_dinode_get_rdev(struct xfs_dinode *dip) in xfs_dinode_get_rdev() [all …]
|
/linux-6.6.21/fs/freevxfs/ |
D | vxfs_inode.c | 77 struct vxfs_inode_info *vip, struct vxfs_dinode *dip) in dip2vip_cpy() 156 struct vxfs_dinode *dip; in vxfs_blkiget() local 195 struct vxfs_dinode *dip; in __vxfs_iget() local
|
D | vxfs_lookup.c | 132 vxfs_inode_by_name(struct inode *dip, struct dentry *dp) in vxfs_inode_by_name() 163 vxfs_lookup(struct inode *dip, struct dentry *dp, unsigned int flags) in vxfs_lookup()
|
/linux-6.6.21/fs/gfs2/ |
D | dir.c | 606 static int dirent_check_reclen(struct gfs2_inode *dip, in dirent_check_reclen() 633 static int dirent_next(struct gfs2_inode *dip, struct buffer_head *bh, in dirent_next() 668 static void dirent_del(struct gfs2_inode *dip, struct buffer_head *bh, in dirent_del() 755 static int get_leaf(struct gfs2_inode *dip, u64 leaf_no, in get_leaf() 778 static int get_leaf_nr(struct gfs2_inode *dip, u32 index, u64 *leaf_out) in get_leaf_nr() 792 static int get_first_leaf(struct gfs2_inode *dip, u32 index, in get_first_leaf() 906 struct gfs2_inode *dip = GFS2_I(inode); in dir_make_exhash() local 1000 struct gfs2_inode *dip = GFS2_I(inode); in dir_split_leaf() local 1147 static int dir_double_exhash(struct gfs2_inode *dip) in dir_double_exhash() 1263 static int do_filldir_main(struct gfs2_inode *dip, struct dir_context *ctx, in do_filldir_main() [all …]
|
D | inode.c | 268 struct inode *gfs2_lookup_simple(struct inode *dip, const char *name) in gfs2_lookup_simple() 310 struct gfs2_inode *dip = GFS2_I(dir); in gfs2_lookupi() local 358 static int create_ok(struct gfs2_inode *dip, const struct qstr *name, in create_ok() 380 static void munge_mode_uid_gid(const struct gfs2_inode *dip, in munge_mode_uid_gid() 492 static void init_dinode(struct gfs2_inode *dip, struct gfs2_inode *ip, in init_dinode() 539 static unsigned gfs2_trans_da_blks(const struct gfs2_inode *dip, in gfs2_trans_da_blks() 547 static int link_dinode(struct gfs2_inode *dip, const struct qstr *name, in link_dinode() 627 struct gfs2_inode *dip = GFS2_I(dir), *ip; in gfs2_create_inode() local 946 struct gfs2_inode *dip = GFS2_I(dir); in gfs2_link() local 1076 static int gfs2_unlink_ok(struct gfs2_inode *dip, const struct qstr *name, in gfs2_unlink_ok() [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
|
/linux-6.6.21/fs/jfs/ |
D | namei.c | 62 static int jfs_create(struct mnt_idmap *idmap, struct inode *dip, in jfs_create() 195 static int jfs_mkdir(struct mnt_idmap *idmap, struct inode *dip, in jfs_mkdir() 333 static int jfs_rmdir(struct inode *dip, struct dentry *dentry) in jfs_rmdir() 463 static int jfs_unlink(struct inode *dip, struct dentry *dentry) in jfs_unlink() 877 static int jfs_symlink(struct mnt_idmap *idmap, struct inode *dip, in jfs_symlink() 1447 static struct dentry *jfs_lookup(struct inode *dip, struct dentry *dentry, unsigned int flags) in jfs_lookup()
|
D | jfs_imap.c | 3031 static int copy_from_dinode(struct dinode * dip, struct inode *ip) in copy_from_dinode() 3115 static void copy_to_dinode(struct dinode * dip, struct inode *ip) in copy_to_dinode()
|
/linux-6.6.21/fs/xfs/ |
D | xfs_inode_item_recover.c | 77 struct xfs_dinode *dip, in xfs_recover_inode_owner_change() 279 struct xfs_dinode *dip; in xlog_recover_inode_commit_pass2() local
|
D | xfs_iunlink_item.c | 57 struct xfs_dinode *dip; in xfs_iunlink_log_dinode() local
|
D | xfs_inode_item.c | 484 struct xfs_dinode *dip; in xfs_copy_dm_fields_to_log_dinode() local
|
/linux-6.6.21/arch/arm/mach-davinci/ |
D | common.c | 28 struct davinci_id *dip; in davinci_init_id() local
|
/linux-6.6.21/tools/testing/selftests/net/forwarding/ |
D | sch_ets_core.sh | 74 dip() function
|
/linux-6.6.21/drivers/media/usb/pvrusb2/ |
D | pvrusb2-v4l2.c | 824 static void pvr2_v4l2_dev_destroy(struct pvr2_v4l2_dev *dip) in pvr2_v4l2_dev_destroy() 855 static void pvr2_v4l2_dev_disassociate_parent(struct pvr2_v4l2_dev *dip) in pvr2_v4l2_dev_disassociate_parent() 948 struct pvr2_v4l2_dev *dip; /* Our own context pointer */ in pvr2_v4l2_open() local 1180 static void pvr2_v4l2_dev_init(struct pvr2_v4l2_dev *dip, in pvr2_v4l2_dev_init()
|
/linux-6.6.21/drivers/net/ethernet/microchip/vcap/ |
D | vcap_tc.c | 106 struct vcap_u128_key dip; in vcap_tc_flower_handler_ipv6_usage() local
|
/linux-6.6.21/net/bridge/netfilter/ |
D | ebt_among.c | 138 __be32 dip = 0, sip = 0; in ebt_among_mt() local
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_dpipe.c | 458 unsigned char *ha, void *dip) in __mlxsw_sp_dpipe_table_host_entry_fill() 488 u32 dip; in mlxsw_sp_dpipe_table_host4_entry_fill() local 500 struct in6_addr *dip; in mlxsw_sp_dpipe_table_host6_entry_fill() local
|
/linux-6.6.21/drivers/scsi/bfa/ |
D | bfa_port.c | 23 u32 *dip = (u32 *) stats; in bfa_port_stats_swap() local
|
/linux-6.6.21/drivers/net/ipvlan/ |
D | ipvlan_core.c | 396 __be32 dip; in ipvlan_addr_lookup() local
|