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

/xnu-2422.115.4/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)) {
364 if ((cp->c_flag & (C_NOEXISTS | C_DELETED)) && !wantrsrc) {
H A Dhfs_cnode.c67 return ((cp->c_flag & (C_DELETED | C_NOEXISTS)) ? ENOENT : 0);
165 * marked C_NOEXISTS. If it is, then it is safe to skip this function. The only tasks that
243 (!ISSET(cp->c_flag, C_NOEXISTS)) &&
500 cp->c_flag |= C_NOEXISTS; // XXXdbg
567 /* Already set C_NOEXISTS at the beginning of this block */
582 * If the file has C_NOEXISTS set, then we can skip the hfs_update call
586 if ((!ISSET(cp->c_flag, C_NOEXISTS)) &&
690 * will release blocks held by open-unlinked files, and mark them C_NOEXISTS so that
698 if (cp->c_flag & C_NOEXISTS) {
716 * files' blocks from being in use, and move the cnode from C_DELETED to C_NOEXISTS
[all...]
H A Dhfs_cnode.h212 #define C_NOEXISTS 0x00020 /* CNode has been deleted, catalog entry is gone */ macro
H A Dhfs_lookup.c297 !(ISSET(dcp->c_flag, C_DELETED | C_NOEXISTS))) {
H A Dhfs_vnops.c920 if (cp->c_flag & C_NOEXISTS)
2356 if (from_cp->c_flag & (C_DELETED | C_NOEXISTS)) {
2361 if (to_cp->c_flag & (C_DELETED | C_NOEXISTS)) {
2784 !ISSET(cp->c_flag, C_DELETED | C_NOEXISTS)) {
2966 if (dcp->c_flag & (C_DELETED | C_NOEXISTS)) {
3026 if (cp->c_flag & (C_NOEXISTS | C_DELETED)) {
3042 * but it really means C_NOEXISTS because the item was actually removed from the
3060 * directory and it will be only tagged with C_DELETED (as opposed to C_NOEXISTS).
3210 /* Mark C_NOEXISTS since the catalog entry is now gone */
3211 cp->c_flag |= C_NOEXISTS;
[all...]
H A Dhfs_link.c493 if (fdcp->c_flag & (C_NOEXISTS | C_DELETED)) {
499 if (tdcp->c_flag & (C_NOEXISTS | C_DELETED)) {
515 if (cp->c_flag & (C_NOEXISTS | C_DELETED)) {
H A Dhfs_hotfiles.c820 (cp->c_flag & (C_DELETED | C_NOEXISTS)) ||
H A Dhfs_xattr.c1036 if ((cp) && (cp->c_flag & C_NOEXISTS)) {
H A Dhfs_readwrite.c4933 if (cp->c_flag & C_NOEXISTS) {
H A Dhfs_vfsops.c6031 if (cp->c_flag & C_NOEXISTS) {

Completed in 180 milliseconds