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

/haiku/src/tools/fs_shell/
H A Dvfs.cpp216 static fssh_status_t attr_write(struct file_descriptor *, fssh_off_t pos,
305 attr_write,
4144 attr_write(struct file_descriptor *descriptor, fssh_off_t pos, const void *buffer, fssh_size_t *length) function in namespace:FSShell
4148 FUNCTION(("attr_write: buf %p, pos %lld, len %p\n", buffer, pos, length));
/haiku/src/system/kernel/fs/
H A Dvfs.cpp389 static status_t attr_write(struct file_descriptor* descriptor, off_t pos,
491 attr_write,
6942 attr_write(struct file_descriptor* descriptor, off_t pos, const void* buffer, function
6947 FUNCTION(("attr_write: buf %p, pos %" B_PRIdOFF ", len %p\n", buffer, pos,

Completed in 81 milliseconds