Searched refs:DN_MODIFY (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dnotify_kernel.c32 #define DN_MODIFY 0x00000002 /* File modified in directory */ macro
170 if (flags & FILE_NOTIFY_CHANGE_FILE) kernel_flags |= DN_MODIFY;
173 if (flags & FILE_NOTIFY_CHANGE_SIZE) kernel_flags |= DN_MODIFY;
174 if (flags & FILE_NOTIFY_CHANGE_LAST_WRITE) kernel_flags |= DN_MODIFY;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dfcntl.h19 #define DN_MODIFY 0x00000002 /* File modified */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dfcntl.h19 #define DN_MODIFY 0x00000002 /* File modified */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dattr.c101 dn_mask |= DN_MODIFY;
108 dn_mask |= DN_MODIFY;
H A Dread_write.c207 dnotify_parent(file->f_dentry, DN_MODIFY);
318 (type == VERIFY_WRITE) ? DN_MODIFY : DN_ACCESS);
422 dnotify_parent(file->f_dentry, DN_MODIFY);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hotplug/
H A Dpci_hotplug_core.c1200 dnotify_parent(dentry, DN_MODIFY);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dlinux32.c1048 dnotify_parent(file->f_dentry, DN_MODIFY);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dsys_sparc32.c1153 (type == VERIFY_WRITE) ? DN_MODIFY : DN_ACCESS);

Completed in 189 milliseconds