Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dfsevents.h36 #define FSE_CREATE_FILE 0 macro
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_fsevents.c396 …if (path_override == NULL && type != FSE_CREATE_FILE && type != FSE_DELETE && type != FSE_RENAME &… in add_fsevent()
2637 fsevent_type = FSE_CREATE_FILE; in create_fsevent_from_kevent()
2639 …fsevent_type = FSE_CREATE_FILE; // XXXdbg - should use FSE_RENAME but we don't have the destinatio… in create_fsevent_from_kevent()
H A Dvfs_vnops.c306 if (need_fsevent(FSE_CREATE_FILE, vp)) { in vn_open_auth_do_create()
307 add_fsevent(FSE_CREATE_FILE, ctx, in vn_open_auth_do_create()
H A Dvfs_syscalls.c4790 add_fsevent(FSE_CREATE_FILE, ctx, in mknod()
5139 need_event = need_fsevent(FSE_CREATE_FILE, dvp); in linkat_internal()
5195 add_fsevent(FSE_CREATE_FILE, ctx, in linkat_internal()
5402 add_fsevent(FSE_CREATE_FILE, ctx, in symlinkat_internal()
8101 fsevent = FSE_CREATE_FILE; in clonefile_internal()
/xnu-8019.80.24/bsd/nfs/
H A Dnfs_serv.c2183 if (nfsrv_fsevents_enabled && need_fsevent(FSE_CREATE_FILE, vp)) { in nfsrv_create()
2184 add_fsevent(FSE_CREATE_FILE, ctx, in nfsrv_create()
3470 if (nfsrv_fsevents_enabled && !error && need_fsevent(FSE_CREATE_FILE, dvp)) { in nfsrv_link()
3484 add_fsevent(FSE_CREATE_FILE, ctx, in nfsrv_link()
3706 add_fsevent(FSE_CREATE_FILE, ctx, in nfsrv_symlink()