Searched refs:ndip (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/fs/gfs2/ |
D | inode.c | 1353 static int update_moved_ino(struct gfs2_inode *ip, struct gfs2_inode *ndip, in update_moved_ino() argument 1357 return gfs2_dir_mvino(ip, &gfs2_qdotdot, ndip, DT_DIR); in update_moved_ino() 1379 struct gfs2_inode *ndip = GFS2_I(ndir); in gfs2_rename() local 1403 error = gfs2_qa_get(ndip); in gfs2_rename() 1407 if (odip != ndip) { in gfs2_rename() 1416 error = gfs2_ok_to_move(ip, ndip); in gfs2_rename() 1424 if (odip != ndip) { in gfs2_rename() 1425 gfs2_holder_init(ndip->i_gl, LM_ST_EXCLUSIVE,GL_ASYNC, in gfs2_rename() 1476 error = gfs2_unlink_ok(ndip, &ndentry->d_name, nip); in gfs2_rename() 1514 if (odip != ndip) { in gfs2_rename() [all …]
|