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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/
H A Dinode.h49 int gfs2_unlink_ok(struct gfs2_inode *dip, const struct qstr *name,
H A Dops_inode.c286 error = gfs2_unlink_ok(dip, &dentry->d_name, ip);
482 error = gfs2_unlink_ok(dip, &dentry->d_name, ip);
628 error = gfs2_unlink_ok(odip, &odentry->d_name, ip);
635 error = gfs2_unlink_ok(ndip, &ndentry->d_name, nip);
H A Dinode.c968 * gfs2_unlink_ok - check to see that a inode is still in a directory
978 int gfs2_unlink_ok(struct gfs2_inode *dip, const struct qstr *name, function

Completed in 86 milliseconds