Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Dnsfs.c21 static const struct file_operations ns_file_operations = { variable
89 inode->i_fop = &ns_file_operations; in __ns_get_path()
234 return file->f_op == &ns_file_operations; in proc_ns_file()
245 if (file->f_op != &ns_file_operations) in proc_ns_fget()
/kernel/linux/linux-6.6/fs/
H A Dnsfs.c21 static const struct file_operations ns_file_operations = { variable
90 inode->i_fop = &ns_file_operations; in __ns_get_path()
235 return file->f_op == &ns_file_operations; in proc_ns_file()

Completed in 3 milliseconds