Lines Matching refs:methods
97 unsigned int methods = 0; in __debugfs_file_get() local
110 methods |= HAS_LSEEK; in __debugfs_file_get()
112 methods |= HAS_READ; in __debugfs_file_get()
114 methods |= HAS_WRITE; in __debugfs_file_get()
120 methods |= HAS_LSEEK; in __debugfs_file_get()
122 methods |= HAS_READ; in __debugfs_file_get()
124 methods |= HAS_WRITE; in __debugfs_file_get()
126 methods |= HAS_IOCTL; in __debugfs_file_get()
128 methods |= HAS_POLL; in __debugfs_file_get()
131 fsd->methods = methods; in __debugfs_file_get()
358 if (!(fsd->methods & bit)) \
376 if (!(fsd->methods & bit)) \
415 if (!(fsd->methods & HAS_POLL)) in full_proxy_poll()