Home
last modified time | relevance | path

Searched refs:NFS_PROTO (Results 1 – 11 of 11) sorted by relevance

/linux/fs/nfs/
H A Dunlink.c52 if (!NFS_PROTO(dir)->unlink_done(task, dir)) in nfs_async_unlink_done()
80 NFS_PROTO(dir)->unlink_rpc_prepare(task, data); in nfs_unlink_prepare()
113 NFS_PROTO(dir)->unlink_setup(&msg, data->dentry, inode); in nfs_do_call_unlink()
235 NFS_PROTO(inode)->return_delegation(inode); in nfs_complete_unlink()
274 if (!NFS_PROTO(old_dir)->rename_done(task, old_dir, new_dir)) { in nfs_async_rename_done()
320 NFS_PROTO(data->old_dir)->rename_rpc_prepare(task, data); in nfs_rename_prepare()
393 NFS_PROTO(data->old_dir)->rename_setup(&msg, old_dentry, new_dentry, in nfs_async_rename()
H A Ddir.c607 error = NFS_PROTO(inode)->readdir(&arg, &res); in nfs_readdir_xdr_filler()
629 error = NFS_PROTO(inode)->decode_dirent(xdr, entry, desc->plus); in xdr_decode()
1443 if (NFS_PROTO(dir)->have_delegation(dir, FMODE_READ, 0) || in nfs_set_verifier_locked()
1444 (inode && NFS_PROTO(inode)->have_delegation(inode, FMODE_READ, 0))) in nfs_set_verifier_locked()
1478 !NFS_PROTO(dir)->have_delegation(dir, FMODE_READ, 0)) in nfs_clear_verifier_file()
1503 NFS_PROTO(inode)->have_delegation(inode, FMODE_READ, 0)) in nfs_clear_verifier_directory()
1578 if (NFS_PROTO(dir)->version == 2) in nfs_is_exclusive_create()
1739 ret = NFS_PROTO(dir)->lookup(dir, dentry, name, fhandle, fattr); in nfs_lookup_revalidate_dentry()
2020 error = NFS_PROTO(dir)->lookup(dir, dentry, &dentry->d_name, in nfs_lookup()
2179 inode = NFS_PROTO(dir)->open_context(dir, ctx, open_flags, &attr, &created); in nfs_atomic_open()
[all …]
H A Dfile.c804 status = NFS_PROTO(inode)->lock(filp, cmd, fl); in do_getlk()
842 status = NFS_PROTO(inode)->lock(filp, cmd, fl); in do_unlk()
867 status = NFS_PROTO(inode)->lock(filp, cmd, fl); in do_setlk()
911 if (NFS_PROTO(inode)->lock_check_bounds != NULL) { in nfs_lock()
912 ret = NFS_PROTO(inode)->lock_check_bounds(fl); in nfs_lock()
H A Dwrite.c1435 NFS_PROTO(data->inode)->commit_rpc_prepare(task, data); in nfs_commit_prepare()
1494 status = NFS_PROTO(inode)->write_done(task, hdr); in nfs_writeback_done()
1781 return nfs_initiate_commit(NFS_CLIENT(inode), data, NFS_PROTO(inode), in nfs_commit_list()
1794 NFS_PROTO(data->inode)->commit_done(task, data); in nfs_commit_done()
H A Dnfs4file.c73 inode = NFS_PROTO(dir)->open_context(dir, ctx, openflags, &attr, NULL); in nfs4_file_open()
H A Dinode.c273 clear_acl_cache = NFS_PROTO(inode)->clear_acl_cache; in nfs_zap_acl_cache()
789 error = NFS_PROTO(inode)->setattr(dentry, fattr, attr); in nfs_setattr()
1258 NFS_PROTO(inode)->close_context(ctx, is_sync); in __put_nfs_open_context()
1405 status = NFS_PROTO(inode)->getattr(server, NFS_FH(inode), fattr, inode); in __nfs_revalidate_inode()
H A Dpagelist.c728 err = NFS_PROTO(hdr->inode)->pgio_rpc_prepare(task, hdr); in nfs_pgio_prepare()
975 NFS_PROTO(hdr->inode), in nfs_generic_pg_pgios()
H A Dpnfs_nfs.c493 NFS_PROTO(data->inode), in pnfs_generic_commit_pagelist()
H A Dlocalio.c785 int version = NFS_PROTO(hdr->inode)->version; in nfs_local_vfs_getattr()
/linux/fs/nfs/filelayout/
H A Dfilelayout.c490 NFS_PROTO(hdr->inode), &filelayout_read_call_ops, in filelayout_read_pagelist()
532 NFS_PROTO(hdr->inode), &filelayout_write_call_ops, in filelayout_write_pagelist()
1012 return nfs_initiate_commit(ds_clnt, data, NFS_PROTO(data->inode), in filelayout_initiate_commit()
/linux/include/linux/
H A Dnfs_fs.h374 static inline const struct nfs_rpc_ops *NFS_PROTO(const struct inode *inode) in NFS_PROTO() function