Searched refs:tdo_refs (Results 1 – 2 of 2) sorted by relevance
551 parent->tdo_refs++; in tmpfs_create_file()585 if (parent->tdo_refs > 0) in tmpfs_create_file()587 parent->tdo_refs--; in tmpfs_create_file()604 if (parent->tdo_refs > 0) in tmpfs_create_file()606 parent->tdo_refs--; in tmpfs_create_file()637 tdo->tdo_refs = 0; in tmpfs_alloc_directory()697 parent->tdo_refs++; in tmpfs_create_directory()732 if (parent->tdo_refs > 0) in tmpfs_create_directory()734 parent->tdo_refs--; in tmpfs_create_directory()755 if (parent->tdo_refs > 0) in tmpfs_create_directory()[all …]
118 uint8_t tdo_refs; /* Reference count */ member