Home
last modified time | relevance | path

Searched defs:dip (Results 1 – 25 of 36) sorted by relevance

12

/Linux-v4.19/fs/xfs/scrub/
Dinode.c81 struct xfs_dinode *dip, in xchk_inode_extsize()
103 struct xfs_dinode *dip, in xchk_inode_cowextsize()
122 struct xfs_dinode *dip, in xchk_inode_flags()
168 struct xfs_dinode *dip, in xchk_inode_flags2()
212 struct xfs_dinode *dip, in xchk_dinode()
475 struct xfs_dinode *dip) in xchk_inode_xref_bmap()
510 struct xfs_dinode *dip) in xchk_inode_xref()
Dialloc.c139 struct xfs_dinode *dip; in xchk_iallocbt_check_cluster_freemask() local
192 struct xfs_dinode *dip; in xchk_iallocbt_check_freemask() local
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_inode_buf.c37 xfs_dinode_t *dip; in xfs_inobp_check() local
95 xfs_dinode_t *dip; in xfs_inode_buf_verify() local
379 struct xfs_dinode *dip, in xfs_dinode_verify_fork()
420 struct xfs_dinode *dip, in xfs_dinode_verify_forkoff()
447 struct xfs_dinode *dip) in xfs_dinode_verify()
589 struct xfs_dinode *dip) in xfs_dinode_calc_crc()
622 xfs_dinode_t *dip; in xfs_iread() local
Dxfs_inode_fork.c47 struct xfs_dinode *dip) in xfs_iformat_fork()
171 xfs_dinode_t *dip, in xfs_iformat_local()
202 struct xfs_dinode *dip, in xfs_iformat_extents()
267 xfs_dinode_t *dip, in xfs_iformat_btree()
590 xfs_dinode_t *dip, in xfs_iflush_fork()
Dxfs_format.h949 #define XFS_DFORK_Q(dip) ((dip)->di_forkoff != 0) argument
950 #define XFS_DFORK_BOFF(dip) ((int)((dip)->di_forkoff << 3)) argument
952 #define XFS_DFORK_DSIZE(dip,mp) \ argument
956 #define XFS_DFORK_ASIZE(dip,mp) \ argument
960 #define XFS_DFORK_SIZE(dip,mp,w) \ argument
965 #define XFS_DFORK_MAXEXT(dip, mp, w) \ argument
971 #define XFS_DFORK_DPTR(dip) \ argument
973 #define XFS_DFORK_APTR(dip) \ argument
975 #define XFS_DFORK_PTR(dip,w) \ argument
978 #define XFS_DFORK_FORMAT(dip,w) \ argument
[all …]
/Linux-v4.19/fs/freevxfs/
Dvxfs_inode.c101 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
Dvxfs_lookup.c156 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-v4.19/fs/gfs2/
Dinode.c247 struct inode *gfs2_lookup_simple(struct inode *dip, const char *name) in gfs2_lookup_simple()
284 struct gfs2_inode *dip = GFS2_I(dir); in gfs2_lookupi() local
332 static int create_ok(struct gfs2_inode *dip, const struct qstr *name, in create_ok()
353 static void munge_mode_uid_gid(const struct gfs2_inode *dip, in munge_mode_uid_gid()
461 static void init_dinode(struct gfs2_inode *dip, struct gfs2_inode *ip, in init_dinode()
508 static unsigned gfs2_trans_da_blks(const struct gfs2_inode *dip, in gfs2_trans_da_blks()
516 static int link_dinode(struct gfs2_inode *dip, const struct qstr *name, in link_dinode()
589 struct gfs2_inode *dip = GFS2_I(dir), *ip; in gfs2_create_inode() local
899 struct gfs2_inode *dip = GFS2_I(dir); in gfs2_link() local
1030 static int gfs2_unlink_ok(struct gfs2_inode *dip, const struct qstr *name, in gfs2_unlink_ok()
[all …]
Ddir.c610 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 …]
Ddentry.c40 struct gfs2_inode *dip; in gfs2_drevalidate() local
Dexport.c93 struct gfs2_inode *dip, *ip; in gfs2_get_name() local
Dops_fstype.c534 struct gfs2_inode *dip = GFS2_I(sdp->sd_jindex); in gfs2_jindex_hold() local
/Linux-v4.19/fs/jfs/
Dnamei.c75 static int jfs_create(struct inode *dip, struct dentry *dentry, umode_t mode, in jfs_create()
208 static int jfs_mkdir(struct inode *dip, struct dentry *dentry, umode_t mode) in jfs_mkdir()
345 static int jfs_rmdir(struct inode *dip, struct dentry *dentry) in jfs_rmdir()
475 static int jfs_unlink(struct inode *dip, struct dentry *dentry) in jfs_unlink()
884 static int jfs_symlink(struct inode *dip, struct dentry *dentry, in jfs_symlink()
1454 static struct dentry *jfs_lookup(struct inode *dip, struct dentry *dentry, unsigned int flags) in jfs_lookup()
Djfs_imap.c3039 static int copy_from_dinode(struct dinode * dip, struct inode *ip) in copy_from_dinode()
3123 static void copy_to_dinode(struct dinode * dip, struct inode *ip) in copy_to_dinode()
/Linux-v4.19/arch/arm/mach-davinci/
Dcommon.c47 struct davinci_id *dip; in davinci_init_id() local
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_ipip.c181 u32 dip, u8 prefix_len, u16 ul_vr_id, in mlxsw_sp_ipip_fib_entry_op_gre4_ralue()
199 __be32 dip; in mlxsw_sp_ipip_fib_entry_op_gre4() local
Dspectrum_dpipe.c456 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
Dreg.h6324 u32 dip) in mlxsw_reg_ralue_pack4()
6334 const void *dip) in mlxsw_reg_ralue_pack6()
6511 const char *mac, u32 dip) in mlxsw_reg_rauht_pack4()
6519 const char *mac, const char *dip) in mlxsw_reg_rauht_pack6()
7832 u32 sip, u32 dip) in mlxsw_reg_mpat_eth_rspan_l3_ipv4_pack()
7845 struct in6_addr sip, struct in6_addr dip) in mlxsw_reg_mpat_eth_rspan_l3_ipv6_pack()
/Linux-v4.19/fs/xfs/
Dxfs_inode.c1926 xfs_dinode_t *dip; in xfs_iunlink() local
2004 xfs_dinode_t *dip; in xfs_iunlink_remove() local
3312 struct xfs_dinode *dip; in xfs_iflush() local
3446 struct xfs_dinode *dip; in xfs_iflush_int() local
/Linux-v4.19/drivers/media/usb/pvrusb2/
Dpvrusb2-v4l2.c846 static void pvr2_v4l2_dev_destroy(struct pvr2_v4l2_dev *dip) in pvr2_v4l2_dev_destroy()
877 static void pvr2_v4l2_dev_disassociate_parent(struct pvr2_v4l2_dev *dip) in pvr2_v4l2_dev_disassociate_parent()
965 struct pvr2_v4l2_dev *dip; /* Our own context pointer */ in pvr2_v4l2_open() local
1197 static void pvr2_v4l2_dev_init(struct pvr2_v4l2_dev *dip, in pvr2_v4l2_dev_init()
/Linux-v4.19/net/bridge/netfilter/
Debt_among.c137 __be32 dip = 0, sip = 0; in ebt_among_mt() local
/Linux-v4.19/drivers/scsi/bfa/
Dbfa_port.c31 u32 *dip = (u32 *) stats; in bfa_port_stats_swap() local
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_ioctl.h156 uint32_t dip; member
/Linux-v4.19/drivers/net/ipvlan/
Dipvlan_core.c402 __be32 dip; in ipvlan_addr_lookup() local
/Linux-v4.19/fs/btrfs/
Dinode.c8046 struct btrfs_dio_private *dip = bio->bi_private; in btrfs_endio_direct_read() local
8119 struct btrfs_dio_private *dip = bio->bi_private; in btrfs_endio_direct_write() local
8144 struct btrfs_dio_private *dip = bio->bi_private; in btrfs_end_dio_bio() local
8183 struct btrfs_dio_private *dip, in btrfs_lookup_and_bind_dio_csum()
8217 struct btrfs_dio_private *dip = bio->bi_private; in btrfs_submit_dio_bio() local
8259 static int btrfs_submit_direct_hook(struct btrfs_dio_private *dip) in btrfs_submit_direct_hook()
8366 struct btrfs_dio_private *dip = NULL; in btrfs_submit_direct() local

12