internal.h (a0292f3ebe63f8ed7ea28de57751f6bfb9416242) | internal.h (75bd228d5637b58e24119a263c1b4e4a875d9498) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0-or-later */ 2/* internal AFS stuff 3 * 4 * Copyright (C) 2002, 2007 Red Hat, Inc. All Rights Reserved. 5 * Written by David Howells (dhowells@redhat.com) 6 */ 7 8#include <linux/compiler.h> --- 1041 unchanged lines hidden (view full) --- 1050extern int afs_dynroot_mkdir(struct afs_net *, struct afs_cell *); 1051extern void afs_dynroot_rmdir(struct afs_net *, struct afs_cell *); 1052extern int afs_dynroot_populate(struct super_block *); 1053extern void afs_dynroot_depopulate(struct super_block *); 1054 1055/* 1056 * file.c 1057 */ | 1/* SPDX-License-Identifier: GPL-2.0-or-later */ 2/* internal AFS stuff 3 * 4 * Copyright (C) 2002, 2007 Red Hat, Inc. All Rights Reserved. 5 * Written by David Howells (dhowells@redhat.com) 6 */ 7 8#include <linux/compiler.h> --- 1041 unchanged lines hidden (view full) --- 1050extern int afs_dynroot_mkdir(struct afs_net *, struct afs_cell *); 1051extern void afs_dynroot_rmdir(struct afs_net *, struct afs_cell *); 1052extern int afs_dynroot_populate(struct super_block *); 1053extern void afs_dynroot_depopulate(struct super_block *); 1054 1055/* 1056 * file.c 1057 */ |
1058extern const struct address_space_operations afs_fs_aops; | 1058extern const struct address_space_operations afs_file_aops; 1059extern const struct address_space_operations afs_symlink_aops; |
1059extern const struct inode_operations afs_file_inode_operations; 1060extern const struct file_operations afs_file_operations; 1061extern const struct netfs_read_request_ops afs_req_ops; 1062 1063extern int afs_cache_wb_key(struct afs_vnode *, struct afs_file *); 1064extern void afs_put_wb_key(struct afs_wb_key *); 1065extern int afs_open(struct inode *, struct file *); 1066extern int afs_release(struct inode *, struct file *); --- 701 unchanged lines hidden --- | 1060extern const struct inode_operations afs_file_inode_operations; 1061extern const struct file_operations afs_file_operations; 1062extern const struct netfs_read_request_ops afs_req_ops; 1063 1064extern int afs_cache_wb_key(struct afs_vnode *, struct afs_file *); 1065extern void afs_put_wb_key(struct afs_wb_key *); 1066extern int afs_open(struct inode *, struct file *); 1067extern int afs_release(struct inode *, struct file *); --- 701 unchanged lines hidden --- |