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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_chash.c204 if (cp->c_flag & (C_NOEXISTS | C_DELETED)) {
248 * the hash and it is marked C_NOEXISTS or C_DELETED. However, if the CNID
254 * by anything on-disk (C_NOEXISTS) to still exist in the hash along with its
257 * trying to look it up/validate it because it is marked C_NOEXISTS. So we want
266 if (cp->c_flag & (C_NOEXISTS | C_DELETED)) {
368 if ((cp->c_flag & (C_NOEXISTS | C_DELETED)) && !wantrsrc) {
H A Dhfs_cnode.c66 return ((cp->c_flag & (C_DELETED | C_NOEXISTS)) ? ENOENT : 0);
164 * marked C_NOEXISTS. If it is, then it is safe to skip this function. The only tasks that
242 (!ISSET(cp->c_flag, C_NOEXISTS)) &&
487 cp->c_flag |= C_NOEXISTS; // XXXdbg
553 /* Already set C_NOEXISTS at the beginning of this block */
568 * If the file has C_NOEXISTS set, then we can skip the hfs_update call
572 if ((!ISSET(cp->c_flag, C_NOEXISTS)) &&
676 * will release blocks held by open-unlinked files, and mark them C_NOEXISTS so that
684 if (cp->c_flag & C_NOEXISTS) {
702 * files' blocks from being in use, and move the cnode from C_DELETED to C_NOEXISTS
[all...]
H A Dhfs_vnops.c727 if (cp->c_flag & C_NOEXISTS)
2006 if (from_cp->c_flag & (C_DELETED | C_NOEXISTS)) {
2011 if (to_cp->c_flag & (C_DELETED | C_NOEXISTS)) {
2434 !ISSET(cp->c_flag, C_DELETED | C_NOEXISTS)) {
2616 if (dcp->c_flag & (C_DELETED | C_NOEXISTS)) {
2650 if (cp->c_flag & (C_NOEXISTS | C_DELETED)) {
2666 * but it really means C_NOEXISTS because the item was actually removed from the
2684 * directory and it will be only tagged with C_DELETED (as opposed to C_NOEXISTS).
2812 /* Mark C_NOEXISTS since the catalog entry is now gone */
2813 cp->c_flag |= 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.c273 !(ISSET(dcp->c_flag, C_DELETED | C_NOEXISTS))) {
H A Dhfs_link.c488 if (fdcp->c_flag & (C_NOEXISTS | C_DELETED)) {
494 if (tdcp->c_flag & (C_NOEXISTS | C_DELETED)) {
510 if (cp->c_flag & (C_NOEXISTS | C_DELETED)) {
H A Dhfs_hotfiles.c812 (cp->c_flag & (C_DELETED | C_NOEXISTS)) ||
H A Dhfs_xattr.c985 if ((cp) && (cp->c_flag & C_NOEXISTS)) {
H A Dhfs_readwrite.c4452 if (cp->c_flag & C_NOEXISTS) {
H A Dhfs_vfsops.c5957 if (cp->c_flag & C_NOEXISTS) {

Completed in 116 milliseconds