Home
last modified time | relevance | path

Searched refs:has_open_children (Results 1 – 4 of 4) sorted by relevance

/reactos/drivers/filesystems/btrfs/
H A Dpnp.c31 … && Vcb->root_fileref->fcb && (Vcb->root_fileref->open_count > 0 || has_open_children(Vcb->root_fi… in pnp_query_remove_device()
H A Dfileinfo.c442 bool has_open_children(file_ref* fileref) { in has_open_children() function
454 if (has_open_children(c)) in has_open_children()
2673 …gs & FILE_RENAME_POSIX_SEMANTICS) && (oldfileref->open_count > 0 || has_open_children(oldfileref))… in set_rename_information()
2719 if (has_open_children(fileref)) { in set_rename_information()
3538 …lags & FILE_LINK_POSIX_SEMANTICS) && (oldfileref->open_count > 0 || has_open_children(oldfileref))… in set_link_information()
H A Dbtrfs_drv.h1420 bool has_open_children(file_ref* fileref);
H A Dfsctl.c2264 … && Vcb->root_fileref->fcb && (Vcb->root_fileref->open_count > 0 || has_open_children(Vcb->root_fi… in lock_volume()