Lines Matching defs:debugfs_file_get
57 * debugfs_file_get().
68 * debugfs_file_get - mark the beginning of file data access
76 * call to debugfs_file_get() without worrying about lifetime issues.
82 int debugfs_file_get(struct dentry *dentry)
89 * debugfs_file_get() on a dentry that isn't even a file, let
129 EXPORT_SYMBOL_GPL(debugfs_file_get);
134 * debugfs_file_get().
138 * debugfs_file_get() to proceed and return to its caller.
177 r = debugfs_file_get(dentry);
226 r = debugfs_file_get(dentry); \
260 if (debugfs_file_get(dentry))
314 r = debugfs_file_get(dentry);
380 ret = debugfs_file_get(dentry);
395 ret = debugfs_file_get(dentry);
809 r = debugfs_file_get(dentry);
835 r = debugfs_file_get(dentry);
903 r = debugfs_file_get(dentry);