Searched refs:gfs2_unlink_ok (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/gfs2/
H A Dinode.c1068 * gfs2_unlink_ok - check to see that a inode is still in a directory
1078 static int gfs2_unlink_ok(struct gfs2_inode *dip, const struct qstr *name, function
1196 error = gfs2_unlink_ok(dip, &dentry->d_name, ip);
1492 error = gfs2_unlink_ok(odip, &odentry->d_name, ip);
1499 error = gfs2_unlink_ok(ndip, &ndentry->d_name, nip);
1713 error = gfs2_unlink_ok(odip, &odentry->d_name, oip);
1716 error = gfs2_unlink_ok(ndip, &ndentry->d_name, nip);

Completed in 197 milliseconds