Searched refs:get_owner (Results 1 – 5 of 5) sorted by relevance
/reactos/sdk/lib/fslib/vfatlib/check/ |
H A D | fat.c | 314 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 D | fat.h | 62 DOS_FILE *get_owner(DOS_FS * fs, uint32_t cluster);
|
H A D | check.c | 120 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 D | process.c | 34 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 D | builtin.c | 1230 class_method *get_owner; member 3596 rec->get_owner = process_get_owner; in fill_process()
|