Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/
H A Dfem.c234 #define vsop_find(ap, func, funct, arg0, _vop, _vsop) \ macro
266 #define vsop_find(ap, func, funct, arg0, _vop, _vsop) \ macro
454 vsop_find(&farg, &func, int, &arg0, vop_open, femop_open); in vhead_open()
481 vsop_find(&farg, &func, int, &arg0, vop_close, femop_close); in vhead_close()
508 vsop_find(&farg, &func, int, &arg0, vop_read, femop_read); in vhead_read()
535 vsop_find(&farg, &func, int, &arg0, vop_write, femop_write); in vhead_write()
562 vsop_find(&farg, &func, int, &arg0, vop_ioctl, femop_ioctl); in vhead_ioctl()
589 vsop_find(&farg, &func, int, &arg0, vop_setfl, femop_setfl); in vhead_setfl()
616 vsop_find(&farg, &func, int, &arg0, vop_getattr, in vhead_getattr()
644 vsop_find(&farg, &func, int, &arg0, vop_setattr, in vhead_setattr()
[all …]