Home
last modified time | relevance | path

Searched refs:afs_fs_cursor (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/fs/afs/
Dinternal.h599 struct afs_fs_cursor { struct
777 extern int afs_fs_fetch_file_status(struct afs_fs_cursor *, struct afs_volsync *, bool);
779 extern int afs_fs_fetch_data(struct afs_fs_cursor *, struct afs_read *);
780 extern int afs_fs_create(struct afs_fs_cursor *, const char *, umode_t, u64,
782 extern int afs_fs_remove(struct afs_fs_cursor *, const char *, bool, u64);
783 extern int afs_fs_link(struct afs_fs_cursor *, struct afs_vnode *, const char *, u64);
784 extern int afs_fs_symlink(struct afs_fs_cursor *, const char *, const char *, u64,
786 extern int afs_fs_rename(struct afs_fs_cursor *, const char *,
788 extern int afs_fs_store_data(struct afs_fs_cursor *, struct address_space *,
790 extern int afs_fs_setattr(struct afs_fs_cursor *, struct iattr *);
[all …]
Drotate.c24 static void afs_init_fs_cursor(struct afs_fs_cursor *fc, struct afs_vnode *vnode) in afs_init_fs_cursor()
35 bool afs_begin_vnode_operation(struct afs_fs_cursor *fc, struct afs_vnode *vnode, in afs_begin_vnode_operation()
58 static bool afs_start_fs_iteration(struct afs_fs_cursor *fc, in afs_start_fs_iteration()
126 static bool afs_sleep_and_retry(struct afs_fs_cursor *fc) in afs_sleep_and_retry()
141 bool afs_select_fileserver(struct afs_fs_cursor *fc) in afs_select_fileserver()
440 bool afs_select_current_fileserver(struct afs_fs_cursor *fc) in afs_select_current_fileserver()
512 int afs_end_vnode_operation(struct afs_fs_cursor *fc) in afs_end_vnode_operation()
Dfsclient.c426 int afs_fs_fetch_file_status(struct afs_fs_cursor *fc, struct afs_volsync *volsync, in afs_fs_fetch_file_status()
638 static int afs_fs_fetch_data64(struct afs_fs_cursor *fc, struct afs_read *req) in afs_fs_fetch_data64()
678 int afs_fs_fetch_data(struct afs_fs_cursor *fc, struct afs_read *req) in afs_fs_fetch_data()
767 int afs_fs_create(struct afs_fs_cursor *fc, in afs_fs_create()
871 int afs_fs_remove(struct afs_fs_cursor *fc, const char *name, bool isdir, in afs_fs_remove()
955 int afs_fs_link(struct afs_fs_cursor *fc, struct afs_vnode *vnode, in afs_fs_link()
1042 int afs_fs_symlink(struct afs_fs_cursor *fc, in afs_fs_symlink()
1151 int afs_fs_rename(struct afs_fs_cursor *fc, in afs_fs_rename()
1265 static int afs_fs_store_data64(struct afs_fs_cursor *fc, in afs_fs_store_data64()
1323 int afs_fs_store_data(struct afs_fs_cursor *fc, struct address_space *mapping, in afs_fs_store_data()
[all …]
Ddir.c607 struct afs_fs_cursor fc; in afs_do_lookup()
1062 static void afs_vnode_new_inode(struct afs_fs_cursor *fc, in afs_vnode_new_inode()
1097 struct afs_fs_cursor fc; in afs_mkdir()
1171 struct afs_fs_cursor fc; in afs_rmdir()
1262 struct afs_fs_cursor fc; in afs_unlink()
1322 struct afs_fs_cursor fc; in afs_create()
1386 struct afs_fs_cursor fc; in afs_link()
1459 struct afs_fs_cursor fc; in afs_symlink()
1527 struct afs_fs_cursor fc; in afs_rename()
Dserver.c532 static bool afs_do_probe_fileserver(struct afs_fs_cursor *fc) in afs_do_probe_fileserver()
580 bool afs_probe_fileserver(struct afs_fs_cursor *fc) in afs_probe_fileserver()
623 static noinline bool afs_update_server_record(struct afs_fs_cursor *fc, struct afs_server *server) in afs_update_server_record()
656 bool afs_check_server_record(struct afs_fs_cursor *fc, struct afs_server *server) in afs_check_server_record()
Dflock.c76 struct afs_fs_cursor fc; in afs_set_lock()
107 struct afs_fs_cursor fc; in afs_extend_lock()
138 struct afs_fs_cursor fc; in afs_release_lock()
Dinode.c100 struct afs_fs_cursor fc; in afs_fetch_status()
548 struct afs_fs_cursor fc; in afs_setattr()
Dfile.c228 struct afs_fs_cursor fc; in afs_fetch_data()
Dsuper.c682 struct afs_fs_cursor fc; in afs_statfs()
Dwrite.c312 struct afs_fs_cursor fc; in afs_store_data()