Home
last modified time | relevance | path

Searched refs:getacl (Results 1 – 3 of 3) sorted by relevance

/reactos/base/services/nfsd/
H A Dupcall.h189 getacl_upcall_args getacl; member
H A Dacl.c42 getacl_upcall_args *args = &upcall->args.getacl; in parse_getacl()
277 getacl_upcall_args *args = &upcall->args.getacl; in handle_getacl()
409 getacl_upcall_args *args = &upcall->args.getacl; in marshall_getacl()
/reactos/drivers/filesystems/nfs/
H A Dnfs41_driver.c79 nfs41_timings lookup, readdir, open, close, getattr, setattr, getacl, setacl, volume, variable
2260 print_op_stat("getacl", &getacl, 1); in nfs41_unmount()
5256 InterlockedIncrement(&getacl.sops);
5257 InterlockedAdd64(&getacl.size, nfs41_fobx->acl_len);
5300 InterlockedIncrement(&getacl.sops);
5301 InterlockedAdd64(&getacl.size, entry->u.Acl.buf_len);
5318 InterlockedIncrement(&getacl.tops);
5319 InterlockedAdd64(&getacl.ticks, t2.QuadPart - t1.QuadPart);
5323 t2.QuadPart - t1.QuadPart, getacl.tops, getacl.ticks);