Searched refs:attrFileCookie (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp428 void *attrFileCookie = NULL; local
430 &attrFileCookie);
446 fStatus = currentVnode.ops->read(volume, &currentVnode, attrFileCookie, 0,
455 currentVnode.ops->close(volume, &currentVnode, attrFileCookie);
457 currentVnode.ops->free_cookie(volume, &currentVnode, attrFileCookie);
605 void *attrFileCookie = NULL; local
619 | S_IWGRP | S_IROTH | S_IWOTH, &attrFileCookie,
652 &attrFileCookie);
663 result = currentVnode.ops->write(volume, &currentVnode, attrFileCookie,
673 result = currentVnode.ops->write(volume, &currentVnode, attrFileCookie,
[all...]

Completed in 74 milliseconds