Lines Matching refs:gfs2_inode

119 	struct gfs2_inode *ip;  in gfs2_inode_lookup()
310 struct gfs2_inode *dip = GFS2_I(dir); in gfs2_lookupi()
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()
402 static int alloc_dinode(struct gfs2_inode *ip, u32 flags, unsigned *dblocks) in alloc_dinode()
441 const struct gfs2_inode *parent) in gfs2_init_dir()
465 static void gfs2_init_xattr(struct gfs2_inode *ip) in gfs2_init_xattr()
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()
548 struct gfs2_inode *ip, struct gfs2_diradd *da) in link_dinode()
627 struct gfs2_inode *dip = GFS2_I(dir), *ip; in gfs2_create_inode()
946 struct gfs2_inode *dip = GFS2_I(dir); in gfs2_link()
949 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_link()
1076 static int gfs2_unlink_ok(struct gfs2_inode *dip, const struct qstr *name, in gfs2_unlink_ok()
1077 const struct gfs2_inode *ip) in gfs2_unlink_ok()
1111 static int gfs2_unlink_inode(struct gfs2_inode *dip, in gfs2_unlink_inode()
1115 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_unlink_inode()
1148 struct gfs2_inode *dip = GFS2_I(dir); in gfs2_unlink()
1151 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_unlink()
1327 static int gfs2_ok_to_move(struct gfs2_inode *this, struct gfs2_inode *to) in gfs2_ok_to_move()
1374 static int update_moved_ino(struct gfs2_inode *ip, struct gfs2_inode *ndip, in update_moved_ino()
1399 struct gfs2_inode *odip = GFS2_I(odir); in gfs2_rename()
1400 struct gfs2_inode *ndip = GFS2_I(ndir); in gfs2_rename()
1401 struct gfs2_inode *ip = GFS2_I(d_inode(odentry)); in gfs2_rename()
1402 struct gfs2_inode *nip = NULL; in gfs2_rename()
1646 struct gfs2_inode *odip = GFS2_I(odir); in gfs2_exchange()
1647 struct gfs2_inode *ndip = GFS2_I(ndir); in gfs2_exchange()
1648 struct gfs2_inode *oip = GFS2_I(odentry->d_inode); in gfs2_exchange()
1649 struct gfs2_inode *nip = GFS2_I(ndentry->d_inode); in gfs2_exchange()
1810 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_get_link()
1869 struct gfs2_inode *ip; in gfs2_permission()
1918 struct gfs2_inode *ip = GFS2_I(inode); in setattr_chown()
1994 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_setattr()
2056 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_getattr()
2091 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_fiemap()
2113 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_seek_data()
2132 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_seek_hole()
2150 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_update_time()