Searched refs:FSE_CREATE_FILE (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/bsd/sys/ |
| H A D | fsevents.h | 36 #define FSE_CREATE_FILE 0 macro
|
| /xnu-8019.80.24/bsd/vfs/ |
| H A D | vfs_fsevents.c | 396 …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 D | vfs_vnops.c | 306 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 D | vfs_syscalls.c | 4790 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 D | nfs_serv.c | 2183 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()
|