Searched refs:NOTE_ATTRIB (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.61.12/tests/ |
| H A D | kqueue_file_tests.c | 1153 init_test(&test, "4.1.1: chmod a file", FILE1, 1, 1, NOTE_ATTRIB, YES_EVENT); in run_note_attrib_tests() 1162 init_test(&test, "4.1.2: chown a file", FILE1, 2, 1, NOTE_ATTRIB, YES_EVENT); in run_note_attrib_tests() 1170 init_test(&test, "4.1.3: chmod a dir", DIR1, 1, 1, NOTE_ATTRIB, YES_EVENT); in run_note_attrib_tests() 1177 init_test(&test, "4.1.4: chown a dir", DIR1, 2, 1, NOTE_ATTRIB, YES_EVENT); in run_note_attrib_tests() 1185 init_test(&test, "4.1.5: setxattr on a file", FILE1, 1, 1, NOTE_ATTRIB, YES_EVENT); in run_note_attrib_tests() 1192 init_test(&test, "4.1.6: setxattr on a dir", DIR1, 1, 1, NOTE_ATTRIB, YES_EVENT); in run_note_attrib_tests() 1201 init_test(&test, "4.1.7: exchangedata", FILE1, 2, 2, NOTE_ATTRIB, YES_EVENT); in run_note_attrib_tests() 1210 init_test(&test, "4.1.8: utimes on a file", FILE1, 1, 1, NOTE_ATTRIB, YES_EVENT); in run_note_attrib_tests() 1217 init_test(&test, "4.1.9: utimes on a dir", DIR1, 1, 1, NOTE_ATTRIB, YES_EVENT); in run_note_attrib_tests() 1226 init_test(&test, "4.2.1: rename a file", FILE1, 1, 1, NOTE_ATTRIB, NO_EVENT); in run_note_attrib_tests() [all …]
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | event.h | 245 #define NOTE_ATTRIB 0x00000008 /* attributes changed */ macro
|
| /xnu-12377.61.12/bsd/vfs/ |
| H A D | kpi_vfs.c | 3351 knote_events |= NOTE_ATTRIB; in vnode_notify() 3935 post_event_if_success(vp, _err, NOTE_ATTRIB); in VNOP_SETATTR() 4158 post_event_if_success(fvp, _err, NOTE_ATTRIB); in VNOP_EXCHANGE() 4159 post_event_if_success(tvp, _err, NOTE_ATTRIB); in VNOP_EXCHANGE() 6116 post_event_if_success(vp, error, NOTE_ATTRIB); in VNOP_SETXATTR() 6136 post_event_if_success(vp, error, NOTE_ATTRIB); in VNOP_REMOVEXATTR()
|
| H A D | vfs_xattr.c | 2001 post_event_if_success(vp, error, NOTE_ATTRIB); in default_setxattr_doubleagent() 2084 post_event_if_success(vp, error, NOTE_ATTRIB); in default_removexattr_doubleagent()
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | sys_generic.c | 1780 kev.fflags |= NOTE_ATTRIB; in poll_nocancel() 1893 if (kevp->fflags & NOTE_ATTRIB) { in poll_callback()
|