Lines Matching refs:gfs2_inode

119 	struct gfs2_inode *ip;  in gfs2_inode_lookup()
304 struct gfs2_inode *dip = GFS2_I(dir); in gfs2_lookupi()
352 static int create_ok(struct gfs2_inode *dip, const struct qstr *name, in create_ok()
374 static void munge_mode_uid_gid(const struct gfs2_inode *dip, in munge_mode_uid_gid()
396 static int alloc_dinode(struct gfs2_inode *ip, u32 flags, unsigned *dblocks) in alloc_dinode()
435 const struct gfs2_inode *parent) in gfs2_init_dir()
459 static void gfs2_init_xattr(struct gfs2_inode *ip) in gfs2_init_xattr()
486 static void init_dinode(struct gfs2_inode *dip, struct gfs2_inode *ip, in init_dinode()
533 static unsigned gfs2_trans_da_blks(const struct gfs2_inode *dip, in gfs2_trans_da_blks()
541 static int link_dinode(struct gfs2_inode *dip, const struct qstr *name, in link_dinode()
542 struct gfs2_inode *ip, struct gfs2_diradd *da) in link_dinode()
621 struct gfs2_inode *dip = GFS2_I(dir), *ip; in gfs2_create_inode()
940 struct gfs2_inode *dip = GFS2_I(dir); in gfs2_link()
943 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_link()
1073 static int gfs2_unlink_ok(struct gfs2_inode *dip, const struct qstr *name, in gfs2_unlink_ok()
1074 const struct gfs2_inode *ip) in gfs2_unlink_ok()
1108 static int gfs2_unlink_inode(struct gfs2_inode *dip, in gfs2_unlink_inode()
1112 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_unlink_inode()
1145 struct gfs2_inode *dip = GFS2_I(dir); in gfs2_unlink()
1148 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_unlink()
1324 static int gfs2_ok_to_move(struct gfs2_inode *this, struct gfs2_inode *to) in gfs2_ok_to_move()
1371 static int update_moved_ino(struct gfs2_inode *ip, struct gfs2_inode *ndip, in update_moved_ino()
1396 struct gfs2_inode *odip = GFS2_I(odir); in gfs2_rename()
1397 struct gfs2_inode *ndip = GFS2_I(ndir); in gfs2_rename()
1398 struct gfs2_inode *ip = GFS2_I(d_inode(odentry)); in gfs2_rename()
1399 struct gfs2_inode *nip = NULL; in gfs2_rename()
1643 struct gfs2_inode *odip = GFS2_I(odir); in gfs2_exchange()
1644 struct gfs2_inode *ndip = GFS2_I(ndir); in gfs2_exchange()
1645 struct gfs2_inode *oip = GFS2_I(odentry->d_inode); in gfs2_exchange()
1646 struct gfs2_inode *nip = GFS2_I(ndentry->d_inode); in gfs2_exchange()
1807 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_get_link()
1866 struct gfs2_inode *ip; in gfs2_permission()
1915 struct gfs2_inode *ip = GFS2_I(inode); in setattr_chown()
1991 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_setattr()
2053 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_getattr()
2088 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_fiemap()
2110 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_seek_data()
2129 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_seek_hole()
2148 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_update_time()