Lines Matching defs:arg
202 static __u32 convert_arg(unsigned int arg)
206 if (arg & DN_MULTISHOT)
208 if (arg & DN_DELETE)
210 if (arg & DN_MODIFY)
212 if (arg & DN_ACCESS)
214 if (arg & DN_ATTRIB)
216 if (arg & DN_RENAME)
218 if (arg & DN_CREATE)
261 int fcntl_dirnotify(int fd, struct file *filp, unsigned int arg)
282 if ((arg & ~DN_MULTISHOT) == 0) {
296 * convert the userspace DN_* "arg" to the internal FS_*
299 mask = convert_arg(arg);