Home
last modified time | relevance | path

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

/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/include/linux/
H A Dnfs_xdr.h1851 void (*close_context)(struct nfs_open_context *ctx, int); member
/linux/fs/nfs/
H A Dinode.c1247 NFS_PROTO(inode)->close_context(ctx, is_sync); in __put_nfs_open_context()
H A Dnfs4proc.c10800 .close_context = nfs4_close_context,