Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h700 #define V_APPEND 0x2 /* want to do append only check */ macro
/titanic_41/usr/src/uts/common/sys/
H A Dvnode.h705 #define V_APPEND 0x2 /* want to do append only check */ macro
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_acl.c2435 if (error && (flags & V_APPEND)) { in zfs_zaccess()
H A Dzfs_vnops.c1567 int aflags = (flag & FAPPEND) ? V_APPEND : 0; in zfs_create()
/titanic_41/usr/src/uts/common/fs/
H A Dvnode.c980 accessflags |= V_APPEND; in vn_openat()