Searched refs:ndip (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | inode.c | 1349 static int update_moved_ino(struct gfs2_inode *ip, struct gfs2_inode *ndip, in update_moved_ino() argument 1353 return gfs2_dir_mvino(ip, &gfs2_qdotdot, ndip, DT_DIR); in update_moved_ino() 1375 struct gfs2_inode *ndip = GFS2_I(ndir); in gfs2_rename() local 1399 error = gfs2_qa_get(ndip); in gfs2_rename() 1403 if (odip != ndip) { in gfs2_rename() 1412 error = gfs2_ok_to_move(ip, ndip); in gfs2_rename() 1420 if (odip != ndip) { in gfs2_rename() 1421 gfs2_holder_init(ndip->i_gl, LM_ST_EXCLUSIVE,GL_ASYNC, in gfs2_rename() 1472 error = gfs2_unlink_ok(ndip, &ndentry->d_name, nip); in gfs2_rename() 1508 if (odip != ndip) { in gfs2_rename() [all …]
|