Lines Matching refs:gfs2_inode

119 	struct gfs2_inode *ip;  in gfs2_inode_lookup()
285 struct gfs2_inode *dip = GFS2_I(dir); in gfs2_lookupi()
333 static int create_ok(struct gfs2_inode *dip, const struct qstr *name, in create_ok()
355 static void munge_mode_uid_gid(const struct gfs2_inode *dip, in munge_mode_uid_gid()
377 static int alloc_dinode(struct gfs2_inode *ip, u32 flags, unsigned *dblocks) in alloc_dinode()
411 const struct gfs2_inode *parent) in gfs2_init_dir()
435 static void gfs2_init_xattr(struct gfs2_inode *ip) in gfs2_init_xattr()
462 static void init_dinode(struct gfs2_inode *dip, struct gfs2_inode *ip, in init_dinode()
509 static unsigned gfs2_trans_da_blks(const struct gfs2_inode *dip, in gfs2_trans_da_blks()
517 static int link_dinode(struct gfs2_inode *dip, const struct qstr *name, in link_dinode()
518 struct gfs2_inode *ip, struct gfs2_diradd *da) in link_dinode()
591 struct gfs2_inode *dip = GFS2_I(dir), *ip; in gfs2_create_inode()
910 struct gfs2_inode *dip = GFS2_I(dir); in gfs2_link()
913 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_link()
1043 static int gfs2_unlink_ok(struct gfs2_inode *dip, const struct qstr *name, in gfs2_unlink_ok()
1044 const struct gfs2_inode *ip) in gfs2_unlink_ok()
1078 static int gfs2_unlink_inode(struct gfs2_inode *dip, in gfs2_unlink_inode()
1082 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_unlink_inode()
1115 struct gfs2_inode *dip = GFS2_I(dir); in gfs2_unlink()
1118 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_unlink()
1294 static int gfs2_ok_to_move(struct gfs2_inode *this, struct gfs2_inode *to) in gfs2_ok_to_move()
1341 static int update_moved_ino(struct gfs2_inode *ip, struct gfs2_inode *ndip, in update_moved_ino()
1366 struct gfs2_inode *odip = GFS2_I(odir); in gfs2_rename()
1367 struct gfs2_inode *ndip = GFS2_I(ndir); in gfs2_rename()
1368 struct gfs2_inode *ip = GFS2_I(d_inode(odentry)); in gfs2_rename()
1369 struct gfs2_inode *nip = NULL; in gfs2_rename()
1613 struct gfs2_inode *odip = GFS2_I(odir); in gfs2_exchange()
1614 struct gfs2_inode *ndip = GFS2_I(ndir); in gfs2_exchange()
1615 struct gfs2_inode *oip = GFS2_I(odentry->d_inode); in gfs2_exchange()
1616 struct gfs2_inode *nip = GFS2_I(ndentry->d_inode); in gfs2_exchange()
1777 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_get_link()
1836 struct gfs2_inode *ip; in gfs2_permission()
1885 struct gfs2_inode *ip = GFS2_I(inode); in setattr_chown()
1961 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_setattr()
2023 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_getattr()
2058 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_fiemap()
2080 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_seek_data()
2099 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_seek_hole()
2118 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_update_time()