Home
last modified time | relevance | path

Searched refs:afs_make_op_call (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/fs/afs/
Dfsclient.c294 afs_make_op_call(op, call, GFP_NOFS); in afs_fs_fetch_status()
446 afs_make_op_call(op, call, GFP_NOFS); in afs_fs_fetch_data64()
480 afs_make_op_call(op, call, GFP_NOFS); in afs_fs_fetch_data()
563 afs_make_op_call(op, call, GFP_NOFS); in afs_fs_create_file()
616 afs_make_op_call(op, call, GFP_NOFS); in afs_fs_make_dir()
689 afs_make_op_call(op, call, GFP_NOFS); in afs_fs_remove_file()
736 afs_make_op_call(op, call, GFP_NOFS); in afs_fs_remove_dir()
816 afs_make_op_call(op, call, GFP_NOFS); in afs_fs_link()
911 afs_make_op_call(op, call, GFP_NOFS); in afs_fs_symlink()
1007 afs_make_op_call(op, call, GFP_NOFS); in afs_fs_rename()
[all …]
Dyfsclient.c494 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_fetch_data()
576 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_create_file()
624 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_make_dir()
708 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_remove_file2()
777 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_remove_file()
818 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_remove_dir()
891 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_link()
972 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_symlink()
1051 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_rename()
1106 afs_make_op_call(op, call, GFP_NOFS); in yfs_fs_store_data()
[all …]
Dinternal.h1285 static inline void afs_make_op_call(struct afs_operation *op, struct afs_call *call, in afs_make_op_call() function