Searched refs:tdo_refs (Results 1 – 2 of 2) sorted by relevance
550 parent->tdo_refs++; in tmpfs_create_file()584 if (parent->tdo_refs > 0) in tmpfs_create_file()586 parent->tdo_refs--; in tmpfs_create_file()603 if (parent->tdo_refs > 0) in tmpfs_create_file()605 parent->tdo_refs--; in tmpfs_create_file()636 tdo->tdo_refs = 0; in tmpfs_alloc_directory()696 parent->tdo_refs++; in tmpfs_create_directory()731 if (parent->tdo_refs > 0) in tmpfs_create_directory()733 parent->tdo_refs--; in tmpfs_create_directory()754 if (parent->tdo_refs > 0) in tmpfs_create_directory()[all …]
118 uint8_t tdo_refs; /* Reference count */ member