Home
last modified time | relevance | path

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

12

/linux-3.3/fs/xfs/
Dxfs_dinode.h116 #define XFS_DFORK_Q(dip) ((dip)->di_forkoff != 0) argument
117 #define XFS_DFORK_BOFF(dip) ((int)((dip)->di_forkoff << 3)) argument
119 #define XFS_DFORK_DSIZE(dip,mp) \ argument
123 #define XFS_DFORK_ASIZE(dip,mp) \ argument
127 #define XFS_DFORK_SIZE(dip,mp,w) \ argument
135 #define XFS_DFORK_DPTR(dip) \ argument
137 #define XFS_DFORK_APTR(dip) \ argument
139 #define XFS_DFORK_PTR(dip,w) \ argument
142 #define XFS_DFORK_FORMAT(dip,w) \ argument
146 #define XFS_DFORK_NEXTENTS(dip,w) \ argument
[all …]
Dxfs_inode.c104 xfs_dinode_t *dip; in xfs_inobp_check() local
165 xfs_dinode_t *dip; in xfs_imap_to_bp() local
298 xfs_dinode_t *dip) in xfs_iformat()
461 xfs_dinode_t *dip, in xfs_iformat_local()
513 xfs_dinode_t *dip, in xfs_iformat_extents()
582 xfs_dinode_t *dip, in xfs_iformat_btree()
755 xfs_dinode_t *dip) in xfs_dic2xflags()
772 xfs_dinode_t *dip; in xfs_iread() local
1306 xfs_dinode_t *dip; in xfs_iunlink() local
1382 xfs_dinode_t *dip; in xfs_iunlink_remove() local
[all …]
Dxfs_log_recover.c2191 xfs_dinode_t *dip; in xlog_recover_inode_pass2() local
3069 struct xfs_dinode *dip; in xlog_recover_process_one_iunlink() local
/linux-3.3/fs/gfs2/
Dinode.c249 struct inode *gfs2_lookup_simple(struct inode *dip, const char *name) in gfs2_lookup_simple()
286 struct gfs2_inode *dip = GFS2_I(dir); in gfs2_lookupi() local
335 static int create_ok(struct gfs2_inode *dip, const struct qstr *name, in create_ok()
367 static void munge_mode_uid_gid(struct gfs2_inode *dip, umode_t *mode, in munge_mode_uid_gid()
388 static int alloc_dinode(struct gfs2_inode *dip, u64 *no_addr, u64 *generation) in alloc_dinode()
445 static void init_dinode(struct gfs2_inode *dip, struct gfs2_glock *gl, in init_dinode()
514 static int make_dinode(struct gfs2_inode *dip, struct gfs2_glock *gl, in make_dinode()
550 static int link_dinode(struct gfs2_inode *dip, const struct qstr *name, in link_dinode()
634 static int gfs2_security_init(struct gfs2_inode *dip, struct gfs2_inode *ip, in gfs2_security_init()
660 struct gfs2_inode *dip = GFS2_I(dir); in gfs2_create_inode() local
[all …]
Ddir.c578 static int dirent_check_reclen(struct gfs2_inode *dip, in dirent_check_reclen()
605 static int dirent_next(struct gfs2_inode *dip, struct buffer_head *bh, in dirent_next()
640 static void dirent_del(struct gfs2_inode *dip, struct buffer_head *bh, in dirent_del()
712 static int get_leaf(struct gfs2_inode *dip, u64 leaf_no, in get_leaf()
735 static int get_leaf_nr(struct gfs2_inode *dip, u32 index, in get_leaf_nr()
747 static int get_first_leaf(struct gfs2_inode *dip, u32 index, in get_first_leaf()
857 struct gfs2_inode *dip = GFS2_I(inode); in dir_make_exhash() local
952 struct gfs2_inode *dip = GFS2_I(inode); in dir_split_leaf() local
1099 static int dir_double_exhash(struct gfs2_inode *dip) in dir_double_exhash()
1212 static int do_filldir_main(struct gfs2_inode *dip, u64 *offset, in do_filldir_main()
[all …]
Ddentry.c40 struct gfs2_inode *dip; in gfs2_drevalidate() local
Dexport.c97 struct gfs2_inode *dip, *ip; in gfs2_get_name() local
Dacl.c112 int gfs2_acl_create(struct gfs2_inode *dip, struct inode *inode) in gfs2_acl_create()
Dfile.c96 struct gfs2_inode *dip = GFS2_I(dir); in gfs2_readdir() local
Dops_fstype.c584 struct gfs2_inode *dip = GFS2_I(sdp->sd_jindex); in gfs2_jindex_hold() local
/linux-3.3/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()
351 static int jfs_rmdir(struct inode *dip, struct dentry *dentry) in jfs_rmdir()
477 static int jfs_unlink(struct inode *dip, struct dentry *dentry) in jfs_unlink()
883 static int jfs_symlink(struct inode *dip, struct dentry *dentry, in jfs_symlink()
1452 static struct dentry *jfs_lookup(struct inode *dip, struct dentry *dentry, struct nameidata *nd) in jfs_lookup()
Djfs_imap.c3057 static int copy_from_dinode(struct dinode * dip, struct inode *ip) in copy_from_dinode()
3141 static void copy_to_dinode(struct dinode * dip, struct inode *ip) in copy_to_dinode()
/linux-3.3/fs/freevxfs/
Dvxfs_inode.c99 struct vxfs_dinode *dip; in vxfs_blkiget() local
140 struct vxfs_dinode *dip; in __vxfs_iget() local
Dvxfs_lookup.c175 vxfs_inode_by_name(struct inode *dip, struct dentry *dp) in vxfs_inode_by_name()
206 vxfs_lookup(struct inode *dip, struct dentry *dp, struct nameidata *nd) in vxfs_lookup()
/linux-3.3/arch/arm/mach-davinci/
Dcommon.c44 struct davinci_id *dip; in davinci_init_id() local
/linux-3.3/drivers/media/video/pvrusb2/
Dpvrusb2-v4l2.c884 static void pvr2_v4l2_dev_destroy(struct pvr2_v4l2_dev *dip) in pvr2_v4l2_dev_destroy()
915 static void pvr2_v4l2_dev_disassociate_parent(struct pvr2_v4l2_dev *dip) in pvr2_v4l2_dev_disassociate_parent()
1019 struct pvr2_v4l2_dev *dip; /* Our own context pointer */ in pvr2_v4l2_open() local
1259 static void pvr2_v4l2_dev_init(struct pvr2_v4l2_dev *dip, in pvr2_v4l2_dev_init()
Dpvrusb2-sysfs.c430 struct pvr2_sysfs_debugifc *dip; in pvr2_sysfs_add_debugifc() local
/linux-3.3/net/bridge/netfilter/
Debt_among.c137 __be32 dip = 0, sip = 0; in ebt_among_mt() local
/linux-3.3/drivers/scsi/bfa/
Dbfa_port.c30 u32 *dip = (u32 *) stats; in bfa_port_stats_swap() local
Dbfa_svc.c3117 u32 *dip = (u32 *) d; in bfa_fcport_qos_stats_swap() local
3130 u32 *dip = (u32 *) d; in bfa_fcport_fcoe_stats_swap() local
/linux-3.3/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_ioctl.h156 uint32_t dip; member
Dcommon.h414 u32 dip; member
/linux-3.3/drivers/staging/cxt1e1/
Dlinux.c841 struct sbe_drv_info dip; in c4_ioctl() member
/linux-3.3/fs/btrfs/
Dinode.c5705 struct btrfs_dio_private *dip = bio->bi_private; in btrfs_endio_direct_read() local
5760 struct btrfs_dio_private *dip = bio->bi_private; in btrfs_endio_direct_write() local
5877 struct btrfs_dio_private *dip = bio->bi_private; in btrfs_end_dio_bio() local
5959 static int btrfs_submit_direct_hook(int rw, struct btrfs_dio_private *dip, in btrfs_submit_direct_hook()
6074 struct btrfs_dio_private *dip; in btrfs_submit_direct() local
/linux-3.3/sound/pci/hda/
Dpatch_hdmi.c655 u8 *dip, int size) in hdmi_fill_audio_infoframe()
668 u8 *dip, int size) in hdmi_infoframe_uptodate()

12