Home
last modified time | relevance | path

Searched refs:get_owner (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/lib/fslib/vfatlib/check/
H A Dfat.c314 DOS_FILE *get_owner(DOS_FS * fs, uint32_t cluster) in get_owner() function
332 if (!get_owner(fs, i) && !FAT_IS_BAD(fs, curEntry.value)) in fix_bad()
352 if (!get_owner(fs, i) && curEntry.value &&
393 !get_owner(fs, i) && !num_refs[i]) {
397 if (!get_owner(fs, walk)) {
451 if (!get_owner(fs, i) && next && next < fs->data_clusters + 2) {
459 if (get_owner(fs, next) || !nextEntry.value ||
480 !get_owner(fs, i)) {
504 if (get_owner(fs, i) == &orphan && !num_refs[i]) {
541 if (!get_owner(fs, i) && !FAT_IS_BAD(fs, curEntry.value))
H A Dfat.h62 DOS_FILE *get_owner(DOS_FS * fs, uint32_t cluster);
H A Dcheck.c120 set_owner(fs, clu_num, get_owner(fs, fs->root_cluster)); in alloc_rootdir_entry()
709 if ((owner = get_owner(fs, curr))) {
1019 if ((owner = get_owner(fs, walk))) {
1059 else if (get_owner(fs, walk) == file)
/reactos/dll/win32/wbemprox/
H A Dprocess.c34 static HRESULT get_owner( VARIANT *user, VARIANT *domain, VARIANT *retval ) in get_owner() function
87 hr = get_owner( &user, &domain, &retval ); in process_get_owner()
H A Dbuiltin.c1230 class_method *get_owner; member
3596 rec->get_owner = process_get_owner; in fill_process()