Home
last modified time | relevance | path

Searched refs:close_context (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/ !
H A Dtee_core.h108 void (*close_context)(struct tee_context *ctx); member
H A Dnfs_xdr.h1842 void (*close_context)(struct nfs_open_context *ctx, int); member
/linux/drivers/tee/qcomtee/ !
H A Dcall.c686 .close_context = qcomtee_close_context,
/linux/drivers/tee/ !
H A Dtee_core.c106 if (teedev->desc->ops->close_context) in teedev_close_context()
107 teedev->desc->ops->close_context(ctx); in teedev_close_context()
/linux/fs/nfs/ !
H A Dproc.c769 .close_context = nfs_close_context,
H A Dnfs3proc.c1117 .close_context = nfs_close_context,
H A Dinode.c1258 NFS_PROTO(inode)->close_context(ctx, is_sync); in __put_nfs_open_context()
H A Dnfs4proc.c10674 .close_context = nfs4_close_context,