Lines Matching refs:directory
6 The intention of directory notification is to allow user applications
7 to be notified when a directory, or any of the files in it, are changed.
9 on a directory using a fcntl(2) call and the notifications themselves
15 DN_ACCESS A file in the directory was accessed (read)
16 DN_MODIFY A file in the directory was modified (write,truncate)
17 DN_CREATE A file was created in the directory
18 DN_DELETE A file was unlinked from directory
19 DN_RENAME A file in the directory was renamed
20 DN_ATTRIB A file in the directory had its attributes
31 file descriptor associated with the directory in which the event occurred.
51 directory "a", but will not be notified to one expecting notifications on
52 directory "b".
55 last directory that they were linked to.