Lines Matching refs:gfs2_inode
134 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()
430 const struct gfs2_inode *parent) in gfs2_init_dir()
454 static void gfs2_init_xattr(struct gfs2_inode *ip) in gfs2_init_xattr()
481 static void init_dinode(struct gfs2_inode *dip, struct gfs2_inode *ip, in init_dinode()
528 static unsigned gfs2_trans_da_blks(const struct gfs2_inode *dip, in gfs2_trans_da_blks()
536 static int link_dinode(struct gfs2_inode *dip, const struct qstr *name, in link_dinode()
537 struct gfs2_inode *ip, struct gfs2_diradd *da) in link_dinode()
610 struct gfs2_inode *dip = GFS2_I(dir), *ip; in gfs2_create_inode()
925 struct gfs2_inode *dip = GFS2_I(dir); in gfs2_link()
928 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_link()
1058 static int gfs2_unlink_ok(struct gfs2_inode *dip, const struct qstr *name, in gfs2_unlink_ok()
1059 const struct gfs2_inode *ip) in gfs2_unlink_ok()
1093 static int gfs2_unlink_inode(struct gfs2_inode *dip, in gfs2_unlink_inode()
1097 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_unlink_inode()
1130 struct gfs2_inode *dip = GFS2_I(dir); in gfs2_unlink()
1133 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_unlink()
1309 static int gfs2_ok_to_move(struct gfs2_inode *this, struct gfs2_inode *to) in gfs2_ok_to_move()
1356 static int update_moved_ino(struct gfs2_inode *ip, struct gfs2_inode *ndip, in update_moved_ino()
1381 struct gfs2_inode *odip = GFS2_I(odir); in gfs2_rename()
1382 struct gfs2_inode *ndip = GFS2_I(ndir); in gfs2_rename()
1383 struct gfs2_inode *ip = GFS2_I(d_inode(odentry)); in gfs2_rename()
1384 struct gfs2_inode *nip = NULL; in gfs2_rename()
1628 struct gfs2_inode *odip = GFS2_I(odir); in gfs2_exchange()
1629 struct gfs2_inode *ndip = GFS2_I(ndir); in gfs2_exchange()
1630 struct gfs2_inode *oip = GFS2_I(odentry->d_inode); in gfs2_exchange()
1631 struct gfs2_inode *nip = GFS2_I(ndentry->d_inode); in gfs2_exchange()
1792 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_get_link()
1851 struct gfs2_inode *ip; in gfs2_permission()
1900 struct gfs2_inode *ip = GFS2_I(inode); in setattr_chown()
1976 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_setattr()
2038 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_getattr()
2073 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_fiemap()
2095 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_seek_data()
2114 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_seek_hole()
2133 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_update_time()