/openbmc/linux/fs/xfs/scrub/ |
H A 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() 353 struct xfs_dinode *dip, in xchk_dinode_nsec() 367 struct xfs_dinode *dip, in xchk_dinode() 642 struct xfs_dinode *dip) in xchk_inode_xref_bmap() 677 struct xfs_dinode *dip) in xchk_inode_xref()
|
H A 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
|
/openbmc/linux/fs/xfs/libxfs/ |
H A 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() 437 struct xfs_dinode *dip, in xfs_dinode_verify_forkoff() 463 struct xfs_dinode *dip) in xfs_dinode_verify_nrext64() 482 struct xfs_dinode *dip) in xfs_dinode_verify() 650 struct xfs_dinode *dip) in xfs_dinode_calc_crc()
|
H A 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()
|
H A 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()
|
H A 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 …]
|
/openbmc/linux/fs/freevxfs/ |
H A 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
|
H A 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()
|
/openbmc/linux/fs/gfs2/ |
H A 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() 755 static int get_leaf(struct gfs2_inode *dip, u64 leaf_no, in get_leaf() 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() 1531 struct gfs2_inode *dip = GFS2_I(inode); in dir_e_read() local 1570 struct gfs2_inode *dip = GFS2_I(inode); in gfs2_dir_read() local 1972 static int leaf_dealloc(struct gfs2_inode *dip, u32 index, u32 len, in leaf_dealloc() [all …]
|
H A D | inode.c | 273 struct inode *gfs2_lookup_meta(struct inode *dip, const char *name) in gfs2_lookup_meta() 311 struct gfs2_inode *dip = GFS2_I(dir); in gfs2_lookupi() local 359 static int create_ok(struct gfs2_inode *dip, const struct qstr *name, in create_ok() 381 static void munge_mode_uid_gid(const struct gfs2_inode *dip, in munge_mode_uid_gid() 493 static void init_dinode(struct gfs2_inode *dip, struct gfs2_inode *ip, in init_dinode() 540 static unsigned gfs2_trans_da_blks(const struct gfs2_inode *dip, in gfs2_trans_da_blks() 548 static int link_dinode(struct gfs2_inode *dip, const struct qstr *name, in link_dinode() 628 struct gfs2_inode *dip = GFS2_I(dir), *ip; in gfs2_create_inode() local 947 struct gfs2_inode *dip = GFS2_I(dir); in gfs2_link() local 1112 static int gfs2_unlink_inode(struct gfs2_inode *dip, in gfs2_unlink_inode() [all …]
|
H A D | dentry.c | 37 struct gfs2_inode *dip; in gfs2_drevalidate() local
|
H A D | export.c | 90 struct gfs2_inode *dip, *ip; in gfs2_get_name() local
|
/openbmc/linux/fs/jfs/ |
H A 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()
|
H A D | jfs_imap.c | 3034 static int copy_from_dinode(struct dinode * dip, struct inode *ip) in copy_from_dinode() 3118 static void copy_to_dinode(struct dinode * dip, struct inode *ip) in copy_to_dinode()
|
/openbmc/linux/fs/xfs/ |
H A 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
|
H A D | xfs_iunlink_item.c | 57 struct xfs_dinode *dip; in xfs_iunlink_log_dinode() local
|
H A D | xfs_inode_item.c | 484 struct xfs_dinode *dip; in xfs_copy_dm_fields_to_log_dinode() local
|
/openbmc/linux/arch/arm/mach-davinci/ |
H A D | common.c | 28 struct davinci_id *dip; in davinci_init_id() local
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | sch_ets_core.sh | 74 dip() function
|
/openbmc/linux/drivers/media/usb/pvrusb2/ |
H A 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 1182 static void pvr2_v4l2_dev_init(struct pvr2_v4l2_dev *dip, in pvr2_v4l2_dev_init()
|
/openbmc/linux/net/bridge/netfilter/ |
H A D | ebt_among.c | 138 __be32 dip = 0, sip = 0; in ebt_among_mt() local
|
/openbmc/linux/drivers/net/ethernet/microchip/vcap/ |
H A D | vcap_tc.c | 106 struct vcap_u128_key dip; in vcap_tc_flower_handler_ipv6_usage() local
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A 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
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfa_port.c | 23 u32 *dip = (u32 *) stats; in bfa_port_stats_swap() local
|
/openbmc/linux/drivers/net/ipvlan/ |
H A D | ipvlan_core.c | 396 __be32 dip; in ipvlan_addr_lookup() local
|