Lines Matching refs:methods
80 unsigned int methods = 0; in __debugfs_file_get() local
93 methods |= HAS_LSEEK; in __debugfs_file_get()
95 methods |= HAS_READ; in __debugfs_file_get()
97 methods |= HAS_WRITE; in __debugfs_file_get()
103 methods |= HAS_LSEEK; in __debugfs_file_get()
105 methods |= HAS_READ; in __debugfs_file_get()
107 methods |= HAS_WRITE; in __debugfs_file_get()
109 methods |= HAS_IOCTL; in __debugfs_file_get()
111 methods |= HAS_POLL; in __debugfs_file_get()
114 fsd->methods = methods; in __debugfs_file_get()
338 if (!(fsd->methods & bit)) \
355 if (!(fsd->methods & bit)) \
404 if (!(fsd->methods & HAS_POLL)) in full_proxy_poll()