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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/cifs/
H A Dfcntl.c32 static __u32 convert_to_cifs_notify_flags(unsigned long fcntl_notify_flags) argument
38 if (fcntl_notify_flags & DN_ACCESS) {
41 if (fcntl_notify_flags & DN_MODIFY) {
46 if (fcntl_notify_flags & DN_CREATE) {
50 if (fcntl_notify_flags & DN_DELETE) {
53 if (fcntl_notify_flags & DN_RENAME) {
58 if (fcntl_notify_flags & DN_ATTRIB) {
62 /* if (fcntl_notify_flags & DN_MULTISHOT) {

Completed in 42 milliseconds