Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/syscall/
H A Dpipe.c165 if (error = VOP_SETFL(vp1, flag1, iflags, fp1->f_cred, NULL)) { in pipe()
170 if (error = VOP_SETFL(vp2, flag2, iflags, fp2->f_cred, NULL)) { in pipe()
H A Dfcntl.c241 if ((error = VOP_SETFL(vp, flag, iarg, fp->f_cred, NULL)) == in fcntl()
/titanic_44/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c162 return (VOP_SETFL(vp, oflags, nflags, cr, ct)); in lo_setfl()
/titanic_44/usr/src/uts/common/io/idm/
H A Didm_so.c2916 (void) VOP_SETFL(node->so_vnode, node->so_flag, in idm_so_socket_set_nonblock()
2923 (void) VOP_SETFL(node->so_vnode, node->so_flag, in idm_so_socket_set_block()
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1036 #define VOP_SETFL(vp, f, a, cr, ct) \ macro
/titanic_44/usr/src/uts/common/sys/
H A Dvnode.h1041 #define VOP_SETFL(vp, f, a, cr, ct) \ macro
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c759 if ((error = VOP_SETFL(nvp, oflag, arg, nfp->f_cred, NULL)) in accept()