Searched refs:V_APPEND (Results 1 – 5 of 5) sorted by relevance
700 #define V_APPEND 0x2 /* want to do append only check */ macro
705 #define V_APPEND 0x2 /* want to do append only check */ macro
2435 if (error && (flags & V_APPEND)) { in zfs_zaccess()
1567 int aflags = (flag & FAPPEND) ? V_APPEND : 0; in zfs_create()
980 accessflags |= V_APPEND; in vn_openat()