/linux-4.19.296/fs/xfs/scrub/ |
D | inode.c | 81 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() 167 struct xfs_dinode *dip, in xchk_inode_flags2() 211 struct xfs_dinode *dip, in xchk_dinode() 474 struct xfs_dinode *dip) in xchk_inode_xref_bmap() 509 struct xfs_dinode *dip) in xchk_inode_xref()
|
D | ialloc.c | 139 struct xfs_dinode *dip; in xchk_iallocbt_check_cluster_freemask() local 192 struct xfs_dinode *dip; in xchk_iallocbt_check_freemask() local
|
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_inode_buf.c | 37 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
|
D | xfs_inode_fork.c | 47 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()
|
D | xfs_format.h | 949 #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-4.19.296/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-4.19.296/fs/gfs2/ |
D | inode.c | 247 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 900 struct gfs2_inode *dip = GFS2_I(dir); in gfs2_link() local 1031 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 | 40 struct gfs2_inode *dip; in gfs2_drevalidate() local
|
D | export.c | 93 struct gfs2_inode *dip, *ip; in gfs2_get_name() local
|
D | ops_fstype.c | 543 struct gfs2_inode *dip = GFS2_I(sdp->sd_jindex); in gfs2_jindex_hold() local
|
D | file.c | 108 struct gfs2_inode *dip = GFS2_I(dir); in gfs2_readdir() local
|
/linux-4.19.296/fs/jfs/ |
D | namei.c | 75 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() 889 static int jfs_symlink(struct inode *dip, struct dentry *dentry, in jfs_symlink() 1459 static struct dentry *jfs_lookup(struct inode *dip, struct dentry *dentry, unsigned int flags) in jfs_lookup()
|
D | jfs_imap.c | 3040 static int copy_from_dinode(struct dinode * dip, struct inode *ip) in copy_from_dinode() 3124 static void copy_to_dinode(struct dinode * dip, struct inode *ip) in copy_to_dinode()
|
/linux-4.19.296/fs/xfs/ |
D | xfs_inode.c | 1942 xfs_dinode_t *dip; in xfs_iunlink() local 2021 xfs_dinode_t *dip; in xfs_iunlink_remove() local 3325 struct xfs_dinode *dip; in xfs_iflush() local 3459 struct xfs_dinode *dip; in xfs_iflush_int() local
|
D | xfs_log_recover.c | 2940 struct xfs_dinode *dip, in xfs_recover_inode_owner_change() 2997 xfs_dinode_t *dip; in xlog_recover_inode_pass2() local 5056 struct xfs_dinode *dip; in xlog_recover_process_one_iunlink() local
|
/linux-4.19.296/fs/btrfs/ |
D | inode.c | 8215 struct btrfs_dio_private *dip = bio->bi_private; in btrfs_endio_direct_read() local 8288 struct btrfs_dio_private *dip = bio->bi_private; in btrfs_endio_direct_write() local 8313 struct btrfs_dio_private *dip = bio->bi_private; in btrfs_end_dio_bio() local 8352 struct btrfs_dio_private *dip, in btrfs_lookup_and_bind_dio_csum() 8386 struct btrfs_dio_private *dip = bio->bi_private; in btrfs_submit_dio_bio() local 8428 static int btrfs_submit_direct_hook(struct btrfs_dio_private *dip) in btrfs_submit_direct_hook() 8535 struct btrfs_dio_private *dip = NULL; in btrfs_submit_direct() local
|
/linux-4.19.296/include/linux/mlx5/ |
D | mlx5_ifc_fpga.h | 546 __be32 dip[4]; member
|