Home
last modified time | relevance | path

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

/Linux-v5.4/fs/afs/
Dinternal.h765 struct afs_fs_cursor { struct
951 extern int afs_fs_fetch_file_status(struct afs_fs_cursor *, struct afs_status_cb *,
954 extern int afs_fs_fetch_data(struct afs_fs_cursor *, struct afs_status_cb *, struct afs_read *);
955 extern int afs_fs_create(struct afs_fs_cursor *, const char *, umode_t,
957 extern int afs_fs_remove(struct afs_fs_cursor *, struct afs_vnode *, const char *, bool,
959 extern int afs_fs_link(struct afs_fs_cursor *, struct afs_vnode *, const char *,
961 extern int afs_fs_symlink(struct afs_fs_cursor *, const char *, const char *,
963 extern int afs_fs_rename(struct afs_fs_cursor *, const char *,
966 extern int afs_fs_store_data(struct afs_fs_cursor *, struct address_space *,
968 extern int afs_fs_setattr(struct afs_fs_cursor *, struct iattr *, struct afs_status_cb *);
[all …]
Drotate.c23 bool afs_begin_vnode_operation(struct afs_fs_cursor *fc, struct afs_vnode *vnode, in afs_begin_vnode_operation()
52 static bool afs_start_fs_iteration(struct afs_fs_cursor *fc, in afs_start_fs_iteration()
121 static bool afs_sleep_and_retry(struct afs_fs_cursor *fc) in afs_sleep_and_retry()
140 bool afs_select_fileserver(struct afs_fs_cursor *fc) in afs_select_fileserver()
486 bool afs_select_current_fileserver(struct afs_fs_cursor *fc) in afs_select_current_fileserver()
567 static void afs_dump_edestaddrreq(const struct afs_fs_cursor *fc) in afs_dump_edestaddrreq()
616 int afs_end_vnode_operation(struct afs_fs_cursor *fc) in afs_end_vnode_operation()
Dyfsclient.c393 int yfs_fs_fetch_file_status(struct afs_fs_cursor *fc, struct afs_status_cb *scb, in yfs_fs_fetch_file_status()
583 int yfs_fs_fetch_data(struct afs_fs_cursor *fc, struct afs_status_cb *scb, in yfs_fs_fetch_data()
670 int yfs_fs_create_file(struct afs_fs_cursor *fc, in yfs_fs_create_file()
734 int yfs_fs_make_dir(struct afs_fs_cursor *fc, in yfs_fs_make_dir()
829 int yfs_fs_remove_file2(struct afs_fs_cursor *fc, struct afs_vnode *vnode, in yfs_fs_remove_file2()
917 int yfs_fs_remove(struct afs_fs_cursor *fc, struct afs_vnode *vnode, in yfs_fs_remove()
998 int yfs_fs_link(struct afs_fs_cursor *fc, struct afs_vnode *vnode, in yfs_fs_link()
1086 int yfs_fs_symlink(struct afs_fs_cursor *fc, in yfs_fs_symlink()
1181 int yfs_fs_rename(struct afs_fs_cursor *fc, in yfs_fs_rename()
1245 int yfs_fs_store_data(struct afs_fs_cursor *fc, struct address_space *mapping, in yfs_fs_store_data()
[all …]
Dfsclient.c275 int afs_fs_fetch_file_status(struct afs_fs_cursor *fc, struct afs_status_cb *scb, in afs_fs_fetch_file_status()
475 static int afs_fs_fetch_data64(struct afs_fs_cursor *fc, in afs_fs_fetch_data64()
517 int afs_fs_fetch_data(struct afs_fs_cursor *fc, in afs_fs_fetch_data()
610 int afs_fs_create(struct afs_fs_cursor *fc, in afs_fs_create()
720 int afs_fs_remove(struct afs_fs_cursor *fc, struct afs_vnode *vnode, in afs_fs_remove()
809 int afs_fs_link(struct afs_fs_cursor *fc, struct afs_vnode *vnode, in afs_fs_link()
903 int afs_fs_symlink(struct afs_fs_cursor *fc, in afs_fs_symlink()
1015 int afs_fs_rename(struct afs_fs_cursor *fc, in afs_fs_rename()
1132 static int afs_fs_store_data64(struct afs_fs_cursor *fc, in afs_fs_store_data64()
1192 int afs_fs_store_data(struct afs_fs_cursor *fc, struct address_space *mapping, in afs_fs_store_data()
[all …]
Dxattr.c45 struct afs_fs_cursor fc; in afs_xattr_get_acl()
103 struct afs_fs_cursor fc; in afs_xattr_set_acl()
168 struct afs_fs_cursor fc; in afs_xattr_get_yfs()
273 struct afs_fs_cursor fc; in afs_xattr_set_yfs()
Ddir_silly.c22 struct afs_fs_cursor fc; in afs_do_silly_rename()
144 struct afs_fs_cursor fc; in afs_do_silly_unlink()
Ddir.c646 struct afs_fs_cursor fc; in afs_do_lookup()
1220 static void afs_vnode_new_inode(struct afs_fs_cursor *fc, in afs_vnode_new_inode()
1248 static void afs_prep_for_new_inode(struct afs_fs_cursor *fc, in afs_prep_for_new_inode()
1261 static void afs_update_dentry_version(struct afs_fs_cursor *fc, in afs_update_dentry_version()
1277 struct afs_fs_cursor fc; in afs_mkdir()
1362 struct afs_fs_cursor fc; in afs_rmdir()
1474 struct afs_fs_cursor fc; in afs_unlink()
1574 struct afs_fs_cursor fc; in afs_create()
1648 struct afs_fs_cursor fc; in afs_link()
1733 struct afs_fs_cursor fc; in afs_symlink()
[all …]
Dinode.c165 static void afs_apply_status(struct afs_fs_cursor *fc, in afs_apply_status()
247 static void afs_apply_callback(struct afs_fs_cursor *fc, in afs_apply_callback()
271 void afs_vnode_commit_status(struct afs_fs_cursor *fc, in afs_vnode_commit_status()
308 struct afs_fs_cursor fc; in afs_fetch_status()
817 struct afs_fs_cursor fc; in afs_setattr()
Dflock.c182 struct afs_fs_cursor fc; in afs_set_lock()
219 struct afs_fs_cursor fc; in afs_extend_lock()
256 struct afs_fs_cursor fc; in afs_release_lock()
Dserver.c534 static noinline bool afs_update_server_record(struct afs_fs_cursor *fc, struct afs_server *server) in afs_update_server_record()
576 bool afs_check_server_record(struct afs_fs_cursor *fc, struct afs_server *server) in afs_check_server_record()
Dfile.c228 struct afs_fs_cursor fc; in afs_fetch_data()
Dsuper.c724 struct afs_fs_cursor fc; in afs_statfs()
Dwrite.c359 struct afs_fs_cursor fc; in afs_store_data()