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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_chash.c200 if (cp->c_flag & (C_NOEXISTS | C_DELETED)) {
244 * the hash and it is marked C_NOEXISTS or C_DELETED. However, if the CNID
250 * by anything on-disk (C_NOEXISTS) to still exist in the hash along with its
253 * trying to look it up/validate it because it is marked C_NOEXISTS. So we want
262 if (cp->c_flag & (C_NOEXISTS | C_DELETED)) {
366 if ((cp->c_flag & (C_NOEXISTS | C_DELETED)) && !wantrsrc) {
H A Dhfs_cnode.c68 return ((cp->c_flag & (C_DELETED | C_NOEXISTS)) ? ENOENT : 0);
166 * marked C_NOEXISTS. If it is, then it is safe to skip this function. The only tasks that
244 (!ISSET(cp->c_flag, C_NOEXISTS)) &&
501 cp->c_flag |= C_NOEXISTS; // XXXdbg
568 /* Already set C_NOEXISTS at the beginning of this block */
583 * If the file has C_NOEXISTS set, then we can skip the hfs_update call
587 if ((!ISSET(cp->c_flag, C_NOEXISTS)) &&
706 * will release blocks held by open-unlinked files, and mark them C_NOEXISTS so that
714 if (cp->c_flag & C_NOEXISTS) {
732 * files' blocks from being in use, and move the cnode from C_DELETED to C_NOEXISTS
[all...]
H A Dhfs_cnode.h228 #define C_NOEXISTS 0x0000020 /* CNode has been deleted, catalog entry is gone */ macro
H A Dhfs_lookup.c294 !(ISSET(dcp->c_flag, C_DELETED | C_NOEXISTS))) {
H A Dhfs_vnops.c922 if (cp->c_flag & C_NOEXISTS)
2598 if (ISSET(from_cp->c_flag, C_DELETED | C_NOEXISTS)
2599 || ISSET(to_cp->c_flag, C_DELETED | C_NOEXISTS)) {
3055 !ISSET(cp->c_flag, C_DELETED | C_NOEXISTS)) {
3237 if (dcp->c_flag & (C_DELETED | C_NOEXISTS)) {
3297 if (cp->c_flag & (C_NOEXISTS | C_DELETED)) {
3313 * but it really means C_NOEXISTS because the item was actually removed from the
3331 * directory and it will be only tagged with C_DELETED (as opposed to C_NOEXISTS).
3479 /* Mark C_NOEXISTS since the catalog entry is now gone */
3480 cp->c_flag |= C_NOEXISTS;
[all...]
H A Dhfs_link.c516 if (fdcp->c_flag & (C_NOEXISTS | C_DELETED)) {
522 if (tdcp->c_flag & (C_NOEXISTS | C_DELETED)) {
538 if (cp->c_flag & (C_NOEXISTS | C_DELETED)) {
H A Dhfs_hotfiles.c820 (cp->c_flag & (C_DELETED | C_NOEXISTS)) ||
H A Dhfs_resize.c2099 if (cp->c_flag & C_NOEXISTS) {
H A Dhfs_xattr.c1063 if ((cp) && (cp->c_flag & C_NOEXISTS)) {
H A Dhfs_readwrite.c4997 if (cp->c_flag & C_NOEXISTS) {

Completed in 66 milliseconds