Lines Matching full:directory
4 Linux Directory Notification
9 The intention of directory notification is to allow user applications
10 to be notified when a directory, or any of the files in it, are changed.
12 on a directory using a fcntl(2) call and the notifications themselves
19 DN_ACCESS A file in the directory was accessed (read)
20 DN_MODIFY A file in the directory was modified (write,truncate)
21 DN_CREATE A file was created in the directory
22 DN_DELETE A file was unlinked from directory
23 DN_RENAME A file in the directory was renamed
24 DN_ATTRIB A file in the directory had its attributes
36 file descriptor associated with the directory in which the event occurred.
56 directory "a", but will not be notified to one expecting notifications on
57 directory "b".
60 last directory that they were linked to.