Home
last modified time | relevance | path

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

/linux-4.19.296/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 …]
Dserver.c527 static bool afs_do_probe_fileserver(struct afs_fs_cursor *fc) in afs_do_probe_fileserver()
575 bool afs_probe_fileserver(struct afs_fs_cursor *fc) in afs_probe_fileserver()
618 static noinline bool afs_update_server_record(struct afs_fs_cursor *fc, struct afs_server *server) in afs_update_server_record()
651 bool afs_check_server_record(struct afs_fs_cursor *fc, struct afs_server *server) in afs_check_server_record()
Ddir.c610 struct afs_fs_cursor fc; in afs_do_lookup()
1066 static void afs_vnode_new_inode(struct afs_fs_cursor *fc, in afs_vnode_new_inode()
1101 struct afs_fs_cursor fc; in afs_mkdir()
1175 struct afs_fs_cursor fc; in afs_rmdir()
1266 struct afs_fs_cursor fc; in afs_unlink()
1326 struct afs_fs_cursor fc; in afs_create()
1390 struct afs_fs_cursor fc; in afs_link()
1463 struct afs_fs_cursor fc; in afs_symlink()
1531 struct afs_fs_cursor fc; in afs_rename()
Dflock.c130 struct afs_fs_cursor fc; in afs_set_lock()
161 struct afs_fs_cursor fc; in afs_extend_lock()
192 struct afs_fs_cursor fc; in afs_release_lock()
Dinode.c100 struct afs_fs_cursor fc; in afs_fetch_status()
566 struct afs_fs_cursor fc; in afs_setattr()
Dfile.c231 struct afs_fs_cursor fc; in afs_fetch_data()
Dsuper.c683 struct afs_fs_cursor fc; in afs_statfs()
Dwrite.c313 struct afs_fs_cursor fc; in afs_store_data()