Searched refs:ndip (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/fs/gfs2/ |
D | inode.c | 1325 static int update_moved_ino(struct gfs2_inode *ip, struct gfs2_inode *ndip, in update_moved_ino() argument 1329 return gfs2_dir_mvino(ip, &gfs2_qdotdot, ndip, DT_DIR); in update_moved_ino() 1351 struct gfs2_inode *ndip = GFS2_I(ndir); in gfs2_rename() local 1374 error = gfs2_rsqa_alloc(ndip); in gfs2_rename() 1378 if (odip != ndip) { in gfs2_rename() 1387 error = gfs2_ok_to_move(ip, ndip); in gfs2_rename() 1395 if (odip != ndip) { in gfs2_rename() 1396 gfs2_holder_init(ndip->i_gl, LM_ST_EXCLUSIVE, 0, ghs + num_gh); in gfs2_rename() 1433 error = gfs2_unlink_ok(ndip, &ndentry->d_name, nip); in gfs2_rename() 1469 if (odip != ndip) { in gfs2_rename() [all …]
|