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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dops_inode.c264 * gfs2_unlink_ok - check to see that a inode is still in a directory
274 static int gfs2_unlink_ok(struct gfs2_inode *dip, const struct qstr *name, function
344 error = gfs2_unlink_ok(dip, &dentry->d_name, ip);
605 error = gfs2_unlink_ok(dip, &dentry->d_name, ip);
806 error = gfs2_unlink_ok(odip, &odentry->d_name, ip);
813 error = gfs2_unlink_ok(ndip, &ndentry->d_name, nip);

Completed in 87 milliseconds