Home
last modified time | relevance | path

Searched refs:methods (Results 1 – 3 of 3) sorted by relevance

/fs/debugfs/
A Dfile.c80 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()
[all …]
A Dinternal.h46 unsigned int methods; member
/fs/nfsd/
A DKconfig165 bool "Support legacy NFSv4 client tracking methods (DEPRECATED)"
176 These legacy client tracking methods have proven to be problematic

Completed in 10 milliseconds