Lines Matching refs:gfs2_inode

119 	struct gfs2_inode *ip;  in gfs2_inode_lookup()
295 struct gfs2_inode *dip = GFS2_I(dir); in gfs2_lookupi()
343 static int create_ok(struct gfs2_inode *dip, const struct qstr *name, in create_ok()
365 static void munge_mode_uid_gid(const struct gfs2_inode *dip, in munge_mode_uid_gid()
387 static int alloc_dinode(struct gfs2_inode *ip, u32 flags, unsigned *dblocks) in alloc_dinode()
421 const struct gfs2_inode *parent) in gfs2_init_dir()
445 static void gfs2_init_xattr(struct gfs2_inode *ip) in gfs2_init_xattr()
472 static void init_dinode(struct gfs2_inode *dip, struct gfs2_inode *ip, in init_dinode()
519 static unsigned gfs2_trans_da_blks(const struct gfs2_inode *dip, in gfs2_trans_da_blks()
527 static int link_dinode(struct gfs2_inode *dip, const struct qstr *name, in link_dinode()
528 struct gfs2_inode *ip, struct gfs2_diradd *da) in link_dinode()
601 struct gfs2_inode *dip = GFS2_I(dir), *ip; in gfs2_create_inode()
922 struct gfs2_inode *dip = GFS2_I(dir); in gfs2_link()
925 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()
1306 static int gfs2_ok_to_move(struct gfs2_inode *this, struct gfs2_inode *to) in gfs2_ok_to_move()
1353 static int update_moved_ino(struct gfs2_inode *ip, struct gfs2_inode *ndip, in update_moved_ino()
1378 struct gfs2_inode *odip = GFS2_I(odir); in gfs2_rename()
1379 struct gfs2_inode *ndip = GFS2_I(ndir); in gfs2_rename()
1380 struct gfs2_inode *ip = GFS2_I(d_inode(odentry)); in gfs2_rename()
1381 struct gfs2_inode *nip = NULL; in gfs2_rename()
1625 struct gfs2_inode *odip = GFS2_I(odir); in gfs2_exchange()
1626 struct gfs2_inode *ndip = GFS2_I(ndir); in gfs2_exchange()
1627 struct gfs2_inode *oip = GFS2_I(odentry->d_inode); in gfs2_exchange()
1628 struct gfs2_inode *nip = GFS2_I(ndentry->d_inode); in gfs2_exchange()
1789 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_get_link()
1848 struct gfs2_inode *ip; in gfs2_permission()
1897 struct gfs2_inode *ip = GFS2_I(inode); in setattr_chown()
1973 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_setattr()
2035 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_getattr()
2070 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_fiemap()
2092 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_seek_data()
2111 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_seek_hole()
2130 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_update_time()