Searched refs:getacl (Results 1 – 3 of 3) sorted by relevance
/reactos/base/services/nfsd/ |
H A D | upcall.h | 189 getacl_upcall_args getacl; member
|
H A D | acl.c | 42 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 D | nfs41_driver.c | 79 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);
|