Lines Matching refs:gfs2_inode

130 	struct gfs2_inode *ip;  in gfs2_inode_lookup()
301 struct gfs2_inode *dip = GFS2_I(dir); in gfs2_lookupi()
349 static int create_ok(struct gfs2_inode *dip, const struct qstr *name, in create_ok()
370 static void munge_mode_uid_gid(const struct gfs2_inode *dip, in munge_mode_uid_gid()
392 static int alloc_dinode(struct gfs2_inode *ip, u32 flags, unsigned *dblocks) in alloc_dinode()
426 const struct gfs2_inode *parent) in gfs2_init_dir()
450 static void gfs2_init_xattr(struct gfs2_inode *ip) in gfs2_init_xattr()
478 static void init_dinode(struct gfs2_inode *dip, struct gfs2_inode *ip, in init_dinode()
525 static unsigned gfs2_trans_da_blks(const struct gfs2_inode *dip, in gfs2_trans_da_blks()
533 static int link_dinode(struct gfs2_inode *dip, const struct qstr *name, in link_dinode()
534 struct gfs2_inode *ip, struct gfs2_diradd *da) in link_dinode()
606 struct gfs2_inode *dip = GFS2_I(dir), *ip; in gfs2_create_inode()
923 struct gfs2_inode *dip = GFS2_I(dir); in gfs2_link()
926 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_link()
1055 static int gfs2_unlink_ok(struct gfs2_inode *dip, const struct qstr *name, in gfs2_unlink_ok()
1056 const struct gfs2_inode *ip) in gfs2_unlink_ok()
1090 static int gfs2_unlink_inode(struct gfs2_inode *dip, in gfs2_unlink_inode()
1094 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_unlink_inode()
1127 struct gfs2_inode *dip = GFS2_I(dir); in gfs2_unlink()
1130 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_unlink()
1302 static int gfs2_ok_to_move(struct gfs2_inode *this, struct gfs2_inode *to) in gfs2_ok_to_move()
1349 static int update_moved_ino(struct gfs2_inode *ip, struct gfs2_inode *ndip, in update_moved_ino()
1374 struct gfs2_inode *odip = GFS2_I(odir); in gfs2_rename()
1375 struct gfs2_inode *ndip = GFS2_I(ndir); in gfs2_rename()
1376 struct gfs2_inode *ip = GFS2_I(d_inode(odentry)); in gfs2_rename()
1377 struct gfs2_inode *nip = NULL; in gfs2_rename()
1618 struct gfs2_inode *odip = GFS2_I(odir); in gfs2_exchange()
1619 struct gfs2_inode *ndip = GFS2_I(ndir); in gfs2_exchange()
1620 struct gfs2_inode *oip = GFS2_I(odentry->d_inode); in gfs2_exchange()
1621 struct gfs2_inode *nip = GFS2_I(ndentry->d_inode); in gfs2_exchange()
1780 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_get_link()
1838 struct gfs2_inode *ip; in gfs2_permission()
1895 struct gfs2_inode *ip = GFS2_I(inode); in setattr_chown()
1969 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_setattr()
2028 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_getattr()
2063 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_fiemap()
2085 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_seek_data()
2104 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_seek_hole()
2123 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_update_time()