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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cnode.c1881 struct cnode *cp4, enum hfslocktype locktype, struct cnode **error_cnode)
1889 if (error_cnode) {
1890 *error_cnode = NULL;
1922 /* Only stuff error_cnode if requested */
1923 if (error_cnode) {
1924 *error_cnode = list[i];
1880 hfs_lockfour(struct cnode *cp1, struct cnode *cp2, struct cnode *cp3, struct cnode *cp4, enum hfslocktype locktype, struct cnode **error_cnode) argument
H A Dhfs_vnops.c3618 struct cnode *error_cnode; local
3699 HFS_EXCLUSIVE_LOCK, &error_cnode);
3725 if ((error == ENOENT) && (tvp != NULL) && (error_cnode == VTOC(tvp))) {

Completed in 20 milliseconds