Searched refs:ndip (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/fs/gfs2/ |
| D | inode.c | 1356 static int update_moved_ino(struct gfs2_inode *ip, struct gfs2_inode *ndip, in update_moved_ino() argument 1360 return gfs2_dir_mvino(ip, &gfs2_qdotdot, ndip, DT_DIR); in update_moved_ino() 1382 struct gfs2_inode *ndip = GFS2_I(ndir); in gfs2_rename() local 1406 error = gfs2_qa_get(ndip); in gfs2_rename() 1410 if (odip != ndip) { in gfs2_rename() 1419 error = gfs2_ok_to_move(ip, ndip); in gfs2_rename() 1427 if (odip != ndip) { in gfs2_rename() 1428 gfs2_holder_init(ndip->i_gl, LM_ST_EXCLUSIVE,GL_ASYNC, in gfs2_rename() 1479 error = gfs2_unlink_ok(ndip, &ndentry->d_name, nip); in gfs2_rename() 1517 if (odip != ndip) { in gfs2_rename() [all …]
|